WS-Management Module: IWSManSession.Invoke Probe Action

Microsoft.SystemCenter.WSManagement.Invoker (ProbeActionModuleType)

This module is the basic module that provides the functionality of IWSManSession.Invoke.

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsMicrosoft.SystemCenter.WSManagement.WSManActionAccount
InputTypeSystem.BaseData
OutputTypeMicrosoft.SystemCenter.WSManagement.WSManData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Protocolstring$Config/Invoke/Protocol$Protocol
TargetSystemstring$Config/Invoke/TargetSystem$Target System
Portint$Config/Invoke/Port$Port
Authenticationstring$Config/Invoke/Authentication$Authentication
UserNamestring$Config/Invoke/UserName$User Name
Passwordstring$Config/Invoke/Password$Password
SkipCACheckbool$Config/Invoke/SkipCACheck$Skip CA Check
SkipCNCheckbool$Config/Invoke/SkipCNCheck$Skip CN Check
OutputErrorIfAnybool$Config/Invoke/OutputErrorIfAny$Output Error If Any
UTFstring$Config/Invoke/UTF$UTF
Uristring$Config/Invoke/Uri$Uri
Selectorstring$Config/Invoke/Selector$Selector
InvokeActionstring$Config/Invoke/InvokeAction$Invoke Action
Inputstring$Config/Invoke/Input$Input
TimeOutInMSint$Config/Invoke/TimeOutInMS$Time Out In MS

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.WSManagement.Invoker" Accessibility="Public" RunAs="Microsoft.SystemCenter.WSManagement.WSManActionAccount" Batching="false" PassThrough="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.WSManagement.Schemas</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Invoke" type="InvokeSchema"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Protocol" Selector="$Config/Invoke/Protocol$" ParameterType="string"/>
<OverrideableParameter ID="TargetSystem" Selector="$Config/Invoke/TargetSystem$" ParameterType="string"/>
<OverrideableParameter ID="Port" Selector="$Config/Invoke/Port$" ParameterType="int"/>
<OverrideableParameter ID="Authentication" Selector="$Config/Invoke/Authentication$" ParameterType="string"/>
<OverrideableParameter ID="UserName" Selector="$Config/Invoke/UserName$" ParameterType="string"/>
<OverrideableParameter ID="Password" Selector="$Config/Invoke/Password$" ParameterType="string"/>
<OverrideableParameter ID="SkipCACheck" Selector="$Config/Invoke/SkipCACheck$" ParameterType="bool"/>
<OverrideableParameter ID="SkipCNCheck" Selector="$Config/Invoke/SkipCNCheck$" ParameterType="bool"/>
<OverrideableParameter ID="OutputErrorIfAny" Selector="$Config/Invoke/OutputErrorIfAny$" ParameterType="bool"/>
<OverrideableParameter ID="UTF" Selector="$Config/Invoke/UTF$" ParameterType="string"/>
<OverrideableParameter ID="Uri" Selector="$Config/Invoke/Uri$" ParameterType="string"/>
<OverrideableParameter ID="Selector" Selector="$Config/Invoke/Selector$" ParameterType="string"/>
<OverrideableParameter ID="InvokeAction" Selector="$Config/Invoke/InvokeAction$" ParameterType="string"/>
<OverrideableParameter ID="Input" Selector="$Config/Invoke/Input$" ParameterType="string"/>
<OverrideableParameter ID="TimeOutInMS" Selector="$Config/Invoke/TimeOutInMS$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>4427C733-42AE-4133-84FD-BEE4A3830EC0</ClassID>
</Native>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.WSManagement.WSManData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>