Skip to content

Instantly share code, notes, and snippets.

@rysstad
Created May 22, 2015 13:59
Show Gist options
  • Save rysstad/45379d1480cac5edcab3 to your computer and use it in GitHub Desktop.
Save rysstad/45379d1480cac5edcab3 to your computer and use it in GitHub Desktop.
Get physical RAM in Gb
# Get physical RAM in Gb
$physicalRAM = "{0:N0}" -f ((Get-WmiObject -Class Win32_ComputerSystem).TotalPhysicalMemory / 1gb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment