Computer Information Probe Action

Microsoft.SystemCenter.ComputerInformationProbe (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeSystem.PropertyBagData

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.ComputerInformationProbe" Accessibility="Internal" Batching="false" PassThrough="false">
<Configuration>
<xsd:element name="Verify" type="xsd:boolean" default="true"/>
<xsd:element name="ComputerNames" type="xsd:string"/>
<xsd:element name="ComputerType" type="xsd:integer"/>
<xsd:element name="MaxThreads" type="xsd:positiveInteger" minOccurs="0" maxOccurs="1" default="200"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>52BC4FD4-C20F-4A2E-80E7-1024C57F30ED</ClassID>
</Native>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>