Discover number of logical processors

Microsoft.SystemCenter.DiscoverLogicalProcessors (Discovery)

Element properties:

TargetMicrosoft.Windows.Computer
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.SystemCenter.WindowsOSLogicalProcessorsPropertyDiscovery Default

Source Code:

<Discovery ID="Microsoft.SystemCenter.DiscoverLogicalProcessors" Enabled="true" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Windows!Microsoft.Windows.OperatingSystem">
<Property PropertyID="LogicalProcessors"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.SystemCenter.WindowsOSLogicalProcessorsPropertyDiscovery">
<IntervalSeconds>86400</IntervalSeconds>
</DataSource>
</Discovery>