PowerSuite Agent requires information to be collected prior to the installation and configuration of PowerSuite Agent. It is necessary for the following information to be collected and provided to Unify Square:
- All domain names used within the organization, ensuring data from all users within the enterprise is collected.
Example: @cordant.com, @cordanteurope.com, @cordantunitedstates.com. In particular list of SIP Domains used in naming of SPI URIs.
- Details of subnet-to-site mapping information including:
o Subnets that are used at particular sites (including information on the number of bits used in the Subnet calculation)
o Region
o Country
o Location/site name
This information can be provided in the form of an Excel spreadsheet in the following format:
Subnet |
Bits |
Region |
Country |
Site |
10.5.1.0 |
24 |
Americas |
United States |
Chicago |
10.120.1.0 |
24 |
EMEA |
France |
Paris |
192.157.12.0 |
24 |
Americas |
United States |
Atlanta |
- Set of optional parameters to be passed to the Get-CSUser PowerShell cmdlet, as per https://technet.microsoft.com/en-us/library/gg398125.aspx
Example:
“Get-CsUser -Filter {RegistrarPool -eq "pool01.cordant.com"}”
Additionally, the output may be validated by viewing the export in a csv file using the following PowerShell snippet:
Get-CsUser -Filter {RegistrarPool -eq "pool01.cordant.com"} |Export-csv Users.csv
The information to be used by PowerSuite to determine subset of Enterprise users will affect the computation of values in the Usage and Adoption dashboards for the following:
- Enabled and Active users counts
- Calls by Enterprise Users and others
The following information also needs to be collected, to successfully install and configure PowerSuite Agent, but it does not need to be sent to Unify Square.
- Details of the service account used to access data sources. This service account requires read only access to QoE and CDR databases as the PowerSuite service will be running under the specified account.
- Whether private data should be obfuscated or not.
- SQL Server instance name hosting QoE and CDR databases.