Lightweight WS-Management Native ProbeAction

LW.Microsoft.JEE.WSMan.Native.ProbeAction (ProbeActionModuleType)

Internal Probe action for payloading WSMan queries with necessary information

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeMicrosoft.SCX.WSManPayloadData

Source Code:

<ProbeActionModuleType ID="LW.Microsoft.JEE.WSMan.Native.ProbeAction" Accessibility="Internal" Batching="true">
<Configuration>
<xsd:element name="UserName" type="xsd:string"/>
<xsd:element name="Password" type="xsd:string"/>
<xsd:element name="InvokeAction" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Input" type="xsd:string" minOccurs="0" maxOccurs="1"/>
</Configuration>
<ModuleImplementation>
<Native>
<ClassID>BC26F256-D513-4DDF-8C27-98ED18DBCCD8</ClassID>
</Native>
</ModuleImplementation>
<OutputType>Unix!Microsoft.SCX.WSManPayloadData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>