Reserviert

Microsoft.Unix.WSMan.DiscoverHost.ProbeAction (ProbeActionModuleType)

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
Enumerate ProbeAction Microsoft.SystemCenter.WSManagement.Enumerator Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
UserNamestring$Config/UserName$Benutzername
Passwordstring$Config/Password$Kennwort
TargetSystemstring$Config/TargetSystem$ZielsystemSystem, auf dem sich die Protokolldatei befindet.
TimeOutInMSstring$Config/TimeOutInMS$Timeout in Millisekunden

Source Code:

<ProbeActionModuleType ID="Microsoft.Unix.WSMan.DiscoverHost.ProbeAction" Accessibility="Internal">
<Configuration>
<xsd:element name="UserName" type="xsd:string"/>
<xsd:element name="Password" type="xsd:string"/>
<xsd:element name="TargetSystem" type="xsd:string"/>
<xsd:element name="TimeOutInMS" type="xsd:int"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="UserName" ParameterType="string" Selector="$Config/UserName$"/>
<OverrideableParameter ID="Password" ParameterType="string" Selector="$Config/Password$"/>
<OverrideableParameter ID="TargetSystem" ParameterType="string" Selector="$Config/TargetSystem$"/>
<OverrideableParameter ID="TimeOutInMS" ParameterType="string" Selector="$Config/TimeOutInMS$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<ProbeAction ID="Enumerate" TypeID="WSM!Microsoft.SystemCenter.WSManagement.Enumerator">
<Enumerate>
<Protocol>https</Protocol>
<TargetSystem>$Config/TargetSystem$</TargetSystem>
<Port>1270</Port>
<Authentication>basic</Authentication>
<UserName>$Config/UserName$</UserName>
<Password>$Config/Password$</Password>
<SkipCACheck>false</SkipCACheck>
<SkipCNCheck>false</SkipCNCheck>
<OutputErrorIfAny>true</OutputErrorIfAny>
<UTF>utf-8</UTF>
<Uri>http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_Agent?__cimnamespace=root/scx</Uri>
<Filter/>
<TimeOutInMS>$Config/TimeOutInMS$</TimeOutInMS>
<SplitItems>false</SplitItems>
<EventPolicy>
<EventOnConnectionErrors>false</EventOnConnectionErrors>
</EventPolicy>
</Enumerate>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Enumerate"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>WSM!Microsoft.SystemCenter.WSManagement.WSManData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>