Modulo WS-Management: Azione di verifica IWSManSession.Enumerate

Microsoft.SystemCenter.WSManagement.EnumerateAsWA (WriteActionModuleType)

Questo è il modulo di base che fornisce la funzionalità di IWSManSession.Enumerate.

Element properties:

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

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Protocolstring$Config/Enumerate/Protocol$Protocollo
TargetSystemstring$Config/Enumerate/TargetSystem$Sistema di destinazione
Portint$Config/Enumerate/Port$Porta
Authenticationstring$Config/Enumerate/Authentication$Autenticazione
UserNamestring$Config/Enumerate/UserName$Nome utente
Passwordstring$Config/Enumerate/Password$Password
SkipCACheckbool$Config/Enumerate/SkipCACheck$Ignora controllo CA
SkipCNCheckbool$Config/Enumerate/SkipCNCheck$Ignora controllo CN
OutputErrorIfAnybool$Config/Enumerate/OutputErrorIfAny$Errore di output, se presente
UTFstring$Config/Enumerate/UTF$UTF
Uristring$Config/Enumerate/Uri$Uri
Filterstring$Config/Enumerate/Filter$Filtro
TimeOutInMSint$Config/Enumerate/TimeOutInMS$Timeout in MS
SplitItemsbool$Config/Enumerate/SplitItems$Suddividi elementi

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.WSManagement.EnumerateAsWA" Accessibility="Public" RunAs="Microsoft.SystemCenter.WSManagement.WSManActionAccount" Batching="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>
</WriteActionModuleType>