Módulo de WS-Management: Acción de sondeo de IWSManSession.Enumerate

Microsoft.SystemCenter.WSManagement.Enumerator (ProbeActionModuleType)

Este módulo es el módulo básico que proporciona la funcionalidad de IWSManSession.Enumerate.

Element properties:

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

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Protocolstring$Config/Enumerate/Protocol$Protocolo
TargetSystemstring$Config/Enumerate/TargetSystem$Sistema de destino
Portint$Config/Enumerate/Port$Puerto
Authenticationstring$Config/Enumerate/Authentication$autenticación
UserNamestring$Config/Enumerate/UserName$Nombre de usuario
Passwordstring$Config/Enumerate/Password$Contraseña
SkipCACheckbool$Config/Enumerate/SkipCACheck$Omitir comprobación de CA
SkipCNCheckbool$Config/Enumerate/SkipCNCheck$Omitir comprobación de CN
OutputErrorIfAnybool$Config/Enumerate/OutputErrorIfAny$Error de salida si lo hubiera
UTFstring$Config/Enumerate/UTF$UTF
Uristring$Config/Enumerate/Uri$URI
Filterstring$Config/Enumerate/Filter$Filtro
TimeOutInMSint$Config/Enumerate/TimeOutInMS$Tiempo de inactividad en MS
SplitItemsbool$Config/Enumerate/SplitItems$Elementos divididos

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>