How to check RAM and memory details of a windows server

You can check RAM and memory details on a Windows server by right click on the This PC and click on properties, but there are few other ways using various methods. Here are a 2 approaches:



  1. Task Manager:

    • Open Task Manager by right-clicking on the taskbar and selecting "Task Manager" or by pressing Ctrl + Shift + Esc.
    • Go to the "Performance" tab.
    • Under the "Memory" section, you can see information about the total physical memory, available memory, and memory in use.
  2. System Information:

    • Open the System Information tool by typing "msinfo32" in the Run dialog or the Start menu search.
    • In the "System Summary" section, look for "Installed Physical Memory (RAM)" to see the total installed RAM.

Choose the method that best fits your preference or script automation needs. PowerShell and WMIC provide more detailed information about each memory module, while Task Manager and System Information offer a quick overview.

Post a Comment

Previous Post Next Post