User guide
79
Configure Service
This action allows users to configure an existing Windows service. It will fail if the service to configure does not
exist. The configuration variables of this action are:
Parameters
Mandatory?
Description
ServiceName
Yes
Name of the service to configure.
BinPath
No
Binary path and name of the service.
DisplayName
No
Display name that will be used for this service.
Description
No
Description that will be given to the service.
UserName
No
User name that will be used for the credentials to start the service
(must be in the form DOMAIN\USER). If provided, the parameter
Password must also be provided.
To reset the credentials to the LocalSystem, enter LocalSystem as
the user and "" as the password.
Password
No
Password of the user name specified to start the service.
StartMode
No
Start mode of the service. The allowed values are:
- Manual: Service is started only manually
- Automatic: Service will be started automatically next time
the computer is restarted. This is the default if not
specified.
- Disabled: Service is disabled
Configure Service Credentials
This action allows users to configure an existing Windows service with new credentials. It will fail if the service to
configure does not exist. The configuration variables of this action are:
Parameters
Mandatory?
Description
ServiceName
Yes
Name of the service to configure.
UserName
Yes
User name that will be used for the credentials to start the service
(must be in the form DOMAIN\USER). If provided, the parameter
Password must also be provided.
To reset the credentials to the LocalSystem, enter LocalSystem as
the user and "" as the password.
Password
No
Password of the user name specified to start the service.
Delete Service
This action allows users to delete an existing Windows service. It will not fail if the service to delete does not exist.
The configuration variables of this action are: