User guide

89
Parameter
Variable
Mandatory?
Description
-OwnerDomain
No
Represent the domain of the new owner to
affect to the file or folder.
-OwnerName
No
Represent the name of the new owner to affect
to the file or folder.
Windows Services Manager
This tool allows users to manipulate Windows services. It is based on a custom release management PowerShell
script. The configuration variables of this tool are:
Parameter
Variable
Mandatory?
Description
-command
N/A
Yes
Fixed value ./ManageWindowsServices.ps1.
-Action
Action
Yes
Indicate the action to be performed:
- Create : Create a new service
- Config : Configure an existing service
- Delete : Delete an existing service
- Start : Start a service
- Stop : Stop a service
- Restart : Stop and start the service
-ServiceName
ServiceName
Yes
Name of the service to affect.
-ServerName
No
The name of the server where to perform the
action. If not specified, the current server will be
used.
-BinPath
No*
Binary path and name of the service. Required
for Create action, optional for Config action and
ignored by all others.
-DisplayName
No
Display name that will be used for this service.
Optional for Create and Config actions and
ignored by all others.
-Description
No
Description that will be given to the service.
Optional for Create and Config actions and
ignored by all others.