I have been googling for awhile now and cannot discover if there is a generic way to see what type of memory (pc2700, pc3200, etc.) is used within a given workstation. Does anyone know how to extract this information?
+3
A:
In WMI
, use Win32_PhysicalMemory
.
In Linux
, use dmidecode -t memory
.
Quassnoi
2009-02-19 22:20:57
Guess I was thinking in the wrong space, thanks for your help
Terry
2009-02-19 22:44:07