Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Last active October 6, 2015 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techthoughts2/dd6953a622cf4baa2fba to your computer and use it in GitHub Desktop.
Save techthoughts2/dd6953a622cf4baa2fba to your computer and use it in GitHub Desktop.
Rounding and converting to GB
$freeMemory = [math]::round($w32OSInfo.FreePhysicalMemory /1MB, 0)
$intSize = [math]::round($intSize / 1GB, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment