Option to Disable Services
IQService has a configuration option to disable unwanted services from an IQService installation.
IQService provides multiple services to communicate to different windows-based end systems. It is possible that for a given deployment, not all services are required. Services which are not required in your deployment can be disabled.
Service Name |
Description |
---|---|
AD |
This service is used to communicate with Active Directory. |
Lotus Domino |
This service is used when Delta aggregation/change password is to be performed for Lotus Domino application/source. |
ScriptExecutor |
This service is used to run native before and after provisioning scripts. |
SharePointServer |
This service is used if any SharePoint server application/source is configured. |
AzureAD |
This service is used when native before and after provisioning scripts need to be executed or when Exchange Online mailbox management is to be performed. |
WinLocal |
This service is used if Windows Local source is configured. |
The following services are enabled by default:
-
AD
-
LotusDomino
-
ScriptExecutor
-
SharePointServer
Add the following in the command line option table:
Options |
Description |
---|---|
-g |
To view the current status (Enabled/Disabled) of services: IQService.exe -g To toggle the state run following command: IQService.exe -g <Service Name> IQService.exe -g AD Multiple services must be separated by semicolon: IQService.exe -g AD;LotusDomino Note
|