UNIX/Linux WS-hantering allmän uppräkningsvariabel behörighet avsökningsåtgärd

Microsoft.Unix.WSMan.Enumerate.VarPriv.ProbeAction (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeMicrosoft.SystemCenter.WSManagement.WSManData

Member Modules:

ID Module Type TypeId RunAs 
Enum ProbeAction Microsoft.SystemCenter.WSManagement.Enumerator Default
Payload ProbeAction Microsoft.Unix.WSMan.Native.ProbeAction Default

Source Code:

<ProbeActionModuleType ID="Microsoft.Unix.WSMan.Enumerate.VarPriv.ProbeAction" Accessibility="Internal" Batching="true">
<Configuration>
<xsd:element name="TargetSystem" type="xsd:string"/>
<xsd:element name="UserName" type="xsd:string"/>
<xsd:element name="Password" type="xsd:string"/>
<xsd:element name="Uri" type="xsd:string"/>
<xsd:element name="Filter" type="xsd:string"/>
<xsd:element name="OutputErrorIfAny" type="xsd:boolean"/>
<xsd:element name="SplitItems" type="xsd:boolean"/>
<xsd:element name="TimeOutInMS" type="xsd:int"/>
</Configuration>
<OverrideableParameters/>
<ModuleImplementation>
<Composite>
<MemberModules>
<ProbeAction ID="Payload" TypeID="Microsoft.Unix.WSMan.Native.ProbeAction">
<UserName>$Config/UserName$</UserName>
<Password>$Config/Password$</Password>
</ProbeAction>
<ProbeAction ID="Enum" TypeID="WSM!Microsoft.SystemCenter.WSManagement.Enumerator">
<Enumerate>
<Protocol>https</Protocol>
<TargetSystem>$Config/TargetSystem$</TargetSystem>
<Port>1270</Port>
<Authentication>basic</Authentication>
<UserName>$Data/WSManPayloadData/UserName$</UserName>
<Password>$Config/Password$</Password>
<SkipCACheck>false</SkipCACheck>
<SkipCNCheck>false</SkipCNCheck>
<OutputErrorIfAny>$Config/OutputErrorIfAny$</OutputErrorIfAny>
<UTF>utf-8</UTF>
<Uri>$Config/Uri$</Uri>
<Filter>$Config/Filter$</Filter>
<TimeOutInMS>$Config/TimeOutInMS$</TimeOutInMS>
<SplitItems>$Config/SplitItems$</SplitItems>
<EventPolicy>
<EventOnConnectionErrors>false</EventOnConnectionErrors>
</EventPolicy>
</Enumerate>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Enum">
<Node ID="Payload"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>WSM!Microsoft.SystemCenter.WSManagement.WSManData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>