WS-Management Module: IWSManSession.Get Probe Action

Microsoft.SystemCenter.WSManagement.Getter (ProbeActionModuleType)

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

Element properties:

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

Overrideable Parameters:

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

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.WSManagement.Getter" Accessibility="Public" RunAs="Microsoft.SystemCenter.WSManagement.WSManActionAccount" Batching="false" PassThrough="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.WSManagement.Schemas</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Get" type="GetSchema"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Protocol" Selector="$Config/Get/Protocol$" ParameterType="string"/>
<OverrideableParameter ID="TargetSystem" Selector="$Config/Get/TargetSystem$" ParameterType="string"/>
<OverrideableParameter ID="Port" Selector="$Config/Get/Port$" ParameterType="int"/>
<OverrideableParameter ID="Authentication" Selector="$Config/Get/Authentication$" ParameterType="string"/>
<OverrideableParameter ID="UserName" Selector="$Config/Get/UserName$" ParameterType="string"/>
<OverrideableParameter ID="Password" Selector="$Config/Get/Password$" ParameterType="string"/>
<OverrideableParameter ID="SkipCACheck" Selector="$Config/Get/SkipCACheck$" ParameterType="bool"/>
<OverrideableParameter ID="SkipCNCheck" Selector="$Config/Get/SkipCNCheck$" ParameterType="bool"/>
<OverrideableParameter ID="OutputErrorIfAny" Selector="$Config/Get/OutputErrorIfAny$" ParameterType="bool"/>
<OverrideableParameter ID="UTF" Selector="$Config/Get/UTF$" ParameterType="string"/>
<OverrideableParameter ID="Uri" Selector="$Config/Get/Uri$" ParameterType="string"/>
<OverrideableParameter ID="Selector" Selector="$Config/Get/Selector$" ParameterType="string"/>
<OverrideableParameter ID="TimeOutInMS" Selector="$Config/Get/TimeOutInMS$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>20073FC6-F8BA-466A-BAB8-92DEF165BF6F</ClassID>
</Native>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.WSManagement.WSManData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>