SCEP Linux Shell Command Probe Action

Microsoft.SCEP.Linux.ShellExecute.PA (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.BaseData
OutputTypeMicrosoft.SystemCenter.WSManagement.WSManData

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Microsoft.Unix.WSMan.Invoke.Privileged.ProbeAction Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
ShellCommandstring$Config/ShellCommand$Shell Command

Source Code:

<ProbeActionModuleType ID="Microsoft.SCEP.Linux.ShellExecute.PA" Accessibility="Public" Batching="false" PassThrough="false">
<Configuration>
<xsd:element minOccurs="1" name="TargetSystem" type="xsd:string"/>
<xsd:element minOccurs="1" name="ShellCommand" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ShellCommand" Selector="$Config/ShellCommand$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="Probe" TypeID="Unix!Microsoft.Unix.WSMan.Invoke.Privileged.ProbeAction">
<TargetSystem>$Config/TargetSystem$</TargetSystem>
<Uri>http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_OperatingSystem?__cimnamespace=root/scx</Uri>
<Selector/>
<InvokeAction>ExecuteShellCommand</InvokeAction>
<Input>&lt;p:ExecuteShellCommand_INPUT xmlns:p="http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_OperatingSystem"&gt;&lt;p:command&gt;$Config/ShellCommand$&lt;/p:command&gt;&lt;p:timeout&gt;180&lt;/p:timeout&gt;&lt;/p:ExecuteShellCommand_INPUT&gt;</Input>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>SystemCenter!Microsoft.SystemCenter.WSManagement.WSManData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>