Microsoft.Windows.ServiceControlManager.QueryServiceConfiguration (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.CommandOutput

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
ComputerNamestring$Config/ComputerName$Computer Name
ServiceNamestring$Config/ServiceName$Service Name

Source Code:

<ProbeActionModuleType ID="Microsoft.Windows.ServiceControlManager.QueryServiceConfiguration" Accessibility="Public">
<Configuration>
<xsd:element name="ComputerName" type="xsd:string"/>
<xsd:element name="ServiceName" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ComputerName" ParameterType="string" Selector="$Config/ComputerName$"/>
<OverrideableParameter ID="ServiceName" ParameterType="string" Selector="$Config/ServiceName$"/>
</OverrideableParameters>
<ModuleImplementation>
<Managed>
<Assembly>System!NotImplemented</Assembly>
<Type>NotImplemented</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.CommandOutput</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>