Division Parameter (Connect-ExactOnline Cmdlet)
The Division associated with the Exact Online administration.
Syntax
Connect-ExactOnline -Division string
Data Type
cstr
Default Value
""
Remarks
The Division associated with the Exact Online administration. You can determine the Divisions associated with your account by browsing to MyExactOnlineSite/api/v1/current/Me?$select=CurrentDivision. The Exact Online site is determined by your Region. The value of the CurrentDivision element in the response contains the division code.
If you are unsure of your Division, you can leave the Division blank, and the cmdlet sends a request to Exact Online to retrieve the default Division value for internal use.
After you connect, you can query the Division view to retrieve the Divisions associated with your account.
To access multiple divisions, set Division=All; the SchemaName is the value of division. You can access the table as shown below,
select * from [12345].Accountswhere 12345 is the division value.
See the "Getting Started" chapter in the Exact Online developer documentation for more information on Exact Online sites.