Sunday 16 March 2014

PowerShell: How much physical memory

Get-WMIObject -class win32_physicalmemory | Format-Table devicelocator, capacity –a

This PowerShell command will return the amount of memory in each slot.

MSDN: Win32_PhysicalMemory class

No comments:

Post a Comment