tags:

views:

123

answers:

1

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
Guess I was thinking in the wrong space, thanks for your help
Terry