December 8th, 2013

PowerTip: Use PowerShell to Get WinSat Score on Windows 8.1

Doctor Scripto
Scripter

Summary:  Use Windows PowerShell to read the WinSat score on your computer running Windows 8.1.

Hey, Scripting Guy! Question How can I use Windows PowerShell to obtain the WinSat score from my computer running Windows 8.1, if I cannot find the utility I used on earlier versions of Windows?

Hey, Scripting Guy! Answer Use the Get-CimInstance cmdlet and read the values from the Win32_WinSat WMI class:

Get-CimInstance Win32_WinSAT

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.