Get SC Extended Info
Obtains and displays extended information about the specified service, driver, type of service, or type of driver.
Workflow inputs – Get SC Extended Info
Call Workflow Input | Description | Required | Default Value |
connection details | XML document conforming to the Connection Details common object that contains the information required to execute a command via command line. | Yes | n/a |
service name | Specifies the service name returned by the getkeyname operation. | Yes | n/a |
server name | Specifies the name of the remote server on which the service is located.
| No | Name of server on which the service is located. |
service type | Specifies the service name returned by the getkeyname operation.
| Conditional | If no service name input then all service names will be returned. |
enumeration type | Specifies the type of services or type of drivers to enumerate. The service runs in its own process. It does not share an executable file with other services.
Valid values: .share (The service runs as a shared process. It shares an executable file with other services.) interact (The service can interact with the desktop, receiving input from users.)
| No | share |
state | Specifies the started state of the service for which to enumerate. Valid values: active (Specifies all active services), inactive (Specifies all paused or stopped services), all (Specifies all services). | No | active |
buffer size | Specifies the size (in bytes) of the enumeration buffer. | No | 1024 |
resume index | Specifies the index number at which to begin or resume the enumeration. | No | 0 |
group name | Specifies the service group to enumerate. | No | All groups |
Workflow outputs – Get SC Extended Info
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |