Skip to content

Instantly share code, notes, and snippets.

@bedecarroll
Created November 11, 2013 00:02
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 bedecarroll/7405639 to your computer and use it in GitHub Desktop.
Save bedecarroll/7405639 to your computer and use it in GitHub Desktop.
Get the last WinSAT run values and present them like the old WEI page
Get-CimInstance Win32_WinSAT | Format-List @{Label="Base Score";Expression={$_.WinSPRLevel}},@{Label="Processor";Expression={$_.CPUScore}},@{Label="Memory (RAM)";Expression={$_.MemoryScore}},@{Label="Graphics";Expression={$_.GraphicsScore}},@{Label="Gaming graphics";Expression={$_.D3DScore}},@{Label="Primary hard disk";Expression={$_.DiskScore}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment