Skip to content

Instantly share code, notes, and snippets.

@sub314xxl
Last active February 13, 2018 13:13
Show Gist options
  • Save sub314xxl/2a5c94cc981205826e4facb3fe37cc3a to your computer and use it in GitHub Desktop.
Save sub314xxl/2a5c94cc981205826e4facb3fe37cc3a to your computer and use it in GitHub Desktop.
Get-WmiObject -Class Win32_OperatingSystem -Namespace root/cimv2 -ComputerName . | Format-List TotalVirtualMemorySize,TotalVisibleMemorySize,FreePhysicalMemory,FreeVirtualMemory,FreeSpaceInPagingFiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment