WS-Verwaltungsmodul: IWSManSession.Enumerate (Testaktion)

Microsoft.SystemCenter.WSManagement.Enumerator (ProbeActionModuleType)

Dieses Modul stellt das Basismodul mit den Funktionen von IWSManSession.Enumerate dar.

Element properties:

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

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Protocolstring$Config/Enumerate/Protocol$Protokoll
TargetSystemstring$Config/Enumerate/TargetSystem$Zielsystem
Portint$Config/Enumerate/Port$Port
Authenticationstring$Config/Enumerate/Authentication$Authentifizierung
UserNamestring$Config/Enumerate/UserName$Benutzername
Passwordstring$Config/Enumerate/Password$Kennwort
SkipCACheckbool$Config/Enumerate/SkipCACheck$Zertifizierungsstellenüberprüfung auslassen
SkipCNCheckbool$Config/Enumerate/SkipCNCheck$Überprüfung des allgemeinen Namens auslassen
OutputErrorIfAnybool$Config/Enumerate/OutputErrorIfAny$Fehler gegebenenfalls ausgeben
UTFstring$Config/Enumerate/UTF$UTF
Uristring$Config/Enumerate/Uri$URI
Filterstring$Config/Enumerate/Filter$Filter
TimeOutInMSint$Config/Enumerate/TimeOutInMS$Timeout in ms
SplitItemsbool$Config/Enumerate/SplitItems$Elemente aufteilen

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.WSManagement.Enumerator" Accessibility="Public" RunAs="Microsoft.SystemCenter.WSManagement.WSManActionAccount" Batching="false" PassThrough="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.WSManagement.Schemas</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Enumerate" type="EnumerateSchema"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Protocol" Selector="$Config/Enumerate/Protocol$" ParameterType="string"/>
<OverrideableParameter ID="TargetSystem" Selector="$Config/Enumerate/TargetSystem$" ParameterType="string"/>
<OverrideableParameter ID="Port" Selector="$Config/Enumerate/Port$" ParameterType="int"/>
<OverrideableParameter ID="Authentication" Selector="$Config/Enumerate/Authentication$" ParameterType="string"/>
<OverrideableParameter ID="UserName" Selector="$Config/Enumerate/UserName$" ParameterType="string"/>
<OverrideableParameter ID="Password" Selector="$Config/Enumerate/Password$" ParameterType="string"/>
<OverrideableParameter ID="SkipCACheck" Selector="$Config/Enumerate/SkipCACheck$" ParameterType="bool"/>
<OverrideableParameter ID="SkipCNCheck" Selector="$Config/Enumerate/SkipCNCheck$" ParameterType="bool"/>
<OverrideableParameter ID="OutputErrorIfAny" Selector="$Config/Enumerate/OutputErrorIfAny$" ParameterType="bool"/>
<OverrideableParameter ID="UTF" Selector="$Config/Enumerate/UTF$" ParameterType="string"/>
<OverrideableParameter ID="Uri" Selector="$Config/Enumerate/Uri$" ParameterType="string"/>
<OverrideableParameter ID="Filter" Selector="$Config/Enumerate/Filter$" ParameterType="string"/>
<OverrideableParameter ID="TimeOutInMS" Selector="$Config/Enumerate/TimeOutInMS$" ParameterType="int"/>
<OverrideableParameter ID="SplitItems" Selector="$Config/Enumerate/SplitItems$" ParameterType="bool"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>91564CE8-81DE-4D52-9AC5-A6FB6B9AB0EB</ClassID>
</Native>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.WSManagement.WSManData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>