How to Get Total Memory Available & Total Memory Used Remotely | Windows 7 , XP , Vista

How to get total physical memory (ram) information in GB by WMI query?

 

 

1.  wmic ComputerSystem get TotalPhysicalMemory && wmic OS get FreePhysicalMemory,TotalVirtualMemorySize,FreeVirtualMemory

 

2.         systeminfo | findstr "Memory"

OUTPUT

 

OUTPUT

 

 

 

Find actual total physical memory using a command in Windows 7

 

 

0 comments:

Post a Comment