Discover Windows CPUs

Microsoft.Windows.Client.2000.CPU.Discovery (Discovery)

This rule uses WMI to discover all processors reported by Windows.

Knowledge Base article:

Summary

This Discovery Rule discovers and populates the Windows 2000 class named “Windows 2000 Processor” with instances of Processors that are discovered on Windows 2000.

Element properties:

TargetMicrosoft.Windows.Client.2000.Computer
EnabledFalse
Frequency3600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.Windows.Client.2000.CPUDiscovery.ModuleType Default

Source Code:

<Discovery ID="Microsoft.Windows.Client.2000.CPU.Discovery" Enabled="false" Target="Microsoft.Windows.Client.2000.Computer">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.Client.2000.Processor">
<Property TypeID="Windows!Microsoft.Windows.LogicalDevice" PropertyID="DeviceID"/>
<Property TypeID="Windows!Microsoft.Windows.LogicalDevice" PropertyID="Name"/>
<Property TypeID="Windows!Microsoft.Windows.LogicalDevice" PropertyID="Description"/>
<Property TypeID="WindowsClient!Microsoft.Windows.Client.Processor" PropertyID="Manufacturer"/>
<Property TypeID="WindowsClient!Microsoft.Windows.Client.Processor" PropertyID="Speed"/>
<Property TypeID="WindowsClient!Microsoft.Windows.Client.Processor" PropertyID="DataWidth"/>
<Property TypeID="WindowsClient!Microsoft.Windows.Client.Processor" PropertyID="Revision"/>
<Property TypeID="WindowsClient!Microsoft.Windows.Client.Processor" PropertyID="Version"/>
<Property TypeID="WindowsClient!Microsoft.Windows.Client.Processor" PropertyID="PerfmonInstance"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Windows!Microsoft.Windows.ComputerHostsLogicalDevice"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.Windows.Client.2000.CPUDiscovery.ModuleType">
<Computer>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Computer>
<IntervalSeconds>3600</IntervalSeconds>
<TimeoutSeconds>360</TimeoutSeconds>
</DataSource>
</Discovery>