Windows 10 and above Aggregate Physical DIMM Discovery

Microsoft.Windows.Client.Win10.Aggregate.PhysicalDIMM.Discovery (Discovery)

The workflow discovers the Windows 10 and above Aggregate Physical DIMM

Knowledge Base article:

Summary

This rule helps discover Windows 10 and above for monitoring

Element properties:

TargetMicrosoft.Windows.Client.Win10.Aggregate.Computer
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

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

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper System.PrivilegedMonitoringAccount

Source Code:

<Discovery ID="Microsoft.Windows.Client.Win10.Aggregate.PhysicalDIMM.Discovery" Enabled="true" Target="Microsoft.Windows.Client.Win10.Aggregate.Computer">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.Client.Win10.Aggregate.PhysicalDIMM">
<Property TypeID="Windows!Microsoft.Windows.LogicalDevice" PropertyID="DeviceID"/>
<Property TypeID="Microsoft.Windows.Client.Win10.Aggregate.PhysicalDIMM" PropertyID="DeviceLocator"/>
<Property TypeID="Microsoft.Windows.Client.Win10.Aggregate.PhysicalDIMM" PropertyID="Manufacturer"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Windows!Microsoft.Windows.ComputerHostsLogicalDevice"/>
</DiscoveryTypes>
<DataSource ID="DS" RunAs="System!System.PrivilegedMonitoringAccount" TypeID="Windows!Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper">
<NameSpace>\\$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$\root\cimv2</NameSpace>
<Query>SELECT Tag, DeviceLocator, Manufacturer FROM Win32_PhysicalMemory</Query>
<Frequency>86400</Frequency>
<ClassId>$MPElement[Name="Microsoft.Windows.Client.Win10.Aggregate.PhysicalDIMM"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</Name>
<Value>$Data/Property[@Name='Tag']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.Windows.Client.Win10.Aggregate.PhysicalDIMM"]/DeviceLocator$</Name>
<Value>$Data/Property[@Name='DeviceLocator']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.Windows.Client.Win10.Aggregate.PhysicalDIMM"]/Manufacturer$</Name>
<Value>$Data/Property[@Name='Manufacturer']$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>