Services:getServiceConfiguration
Method
Purpose
This method gets the current configuration of the specified Microsoft Windows service(s).
Remarks
If the Service parameter is blank or set to ALL then all installed Microsoft Windows services are returned. If a specific service is specified, only that Microsoft Windows service is returned
Type
Synchronous, IMPACT_INFO.
Arguments
Name |
Type |
Description |
Service |
String |
Initial name of Microsoft Windows service |
Returns
Name |
Type |
Description |
Service |
String |
Microsoft Windows service internal name. *Table is indexed on Service. |
Display Name |
String |
Microsoft Windows external display name |
Service Type |
String |
The type of the Microsoft Windows service. The service types are:
|
Service Start Type |
String |
The start type of the Microsoft Windows service. The service types are:
|
Service Error Control |
String |
Specifies the severity of the error if this Microsoft Windows service fails to start during startup, and determines the action taken by the startup program if failure occurs. The error controls are:
|
Binary Path |
String |
The fully qualified path to the Microsoft Windows service binary file |
Load Order Group |
String |
The names of the load ordering group of which this Microsoft Windows service is a member. If the field is blank the service does not belong to a group. |
Tag ID |
Integer |
Specifies a unique tag value for this Microsoft Windows service in the group specified by the Load Order Group value. A value of zero indicates that the service has not been assigned a tag. |
Account |
String |
The account name, in the form of |