Discover Windows CPUs

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

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

Knowledge Base article:

Summary

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

Element properties:

TargetMicrosoft.Windows.Client.Win10.OperatingSystem
EnabledTrue
Frequency86640
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.Win10.CPUDiscovery.ModuleType Default

Source Code:

<Discovery ID="Microsoft.Windows.Client.Win10.CPU.Discovery" Enabled="true" Target="Microsoft.Windows.Client.Win10.OperatingSystem">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.Client.Win10.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.Win10.CPUDiscovery.ModuleType">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ComputerID>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerID>
<IntervalSeconds>86640</IntervalSeconds>
<TimeoutSeconds>360</TimeoutSeconds>
</DataSource>
</Discovery>