SSH-baserad kommandokörning intern avsökningsåtgärd

Microsoft.Unix.SSHCommand.Native.ProbeAction (ProbeActionModuleType)

Avsökningsåtgärd för att köra kommando via SSH

Element properties:

TypeProbeActionModuleType
IsolationOwnProcess
AccessibilityInternal
RunAsDefault
OutputTypeSystem.BaseData

Source Code:

<ProbeActionModuleType ID="Microsoft.Unix.SSHCommand.Native.ProbeAction" Accessibility="Internal" Batching="true">
<Configuration>
<xsd:element name="Host" type="xsd:string"/>
<xsd:element name="Port" type="xsd:string" minOccurs="0"/>
<xsd:element name="UserName" type="xsd:string"/>
<xsd:element name="Password" type="xsd:string"/>
<xsd:element name="Command" type="xsd:string"/>
<xsd:element name="TimeoutSeconds" type="xsd:string" minOccurs="0"/>
<xsd:element name="IgnoreElevation" type="xsd:boolean" minOccurs="0" default="false"/>
</Configuration>
<ModuleImplementation Isolation="OwnProcess">
<Native>
<ClassID>6BC0B69B-04A3-4e5a-BA00-C4EC09FE3453</ClassID>
</Native>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>