Find in this Blog

Wednesday, May 8, 2019

how to veryfy or check the memmory slot in windows server OS

Using commands you will be able to identify your server RAM slot and capacity information

Execute the below command in command prompt with admin right.


C:\Users\gppadm>wmic memphysical get MaxCapacity, MemoryDevices
MaxCapacity  MemoryDevices
201326592    6



C:\Users\gppadm>wmic MEMORYCHIP get banklabel, capacity, caption, devicelocator,partnumber
BankLabel  Capacity       Caption          DeviceLocator               PartNumber
           8589934592  Physical Memory  PROC 1 DIMM 1D
           8589934592  Physical Memory  PROC 1 DIMM 2A
           8589934592  Physical Memory  PROC 1 DIMM 4B
           8589934592  Physical Memory  PROC 1 DIMM 6C

The above output based on my server ram and slots.

Thanks
Yoonus

No comments:

Post a Comment

Ask Your Questions ?#