As you can see in the below image, a DIMM is designated “Physical Memory 1” (and “Physical Memory 0”). Is there any way to use this to differentiate between DIMMs?

I was thinking it would be replacing the “Select * from Win32_PhysicalMemory” with “Select * from Win32_PhysicalMemory.Tag=’Physical Memory 0′”, but that did not work.
If anyone can offer any input on how to do this, thank you.
-LJM
Use the
whereclause to limit the results returned by the WMI select statement:MSDN has more info on how to query WMI.