PowerTip: Use PowerShell to Report Computer Performance

Doctor Scripto

Summary: Use Windows PowerShell to report on computer performance.

Hey, Scripting Guy! Question How can I easily obtain the performance of local or remote computer by using Windows PowerShell?

Hey, Scripting Guy! Answer Query the Win32_WinSat class.

In Windows PowerShell 3.0, use the Get-CimInstance cmdlet:

Get-CimInstance Win32_WinSAT

In Windows PowerShell 1.0 or Windows PowerShell 2.0, use the Get-WmiObject cmdlet:

Get-WmiObject Win32_WinSAT

0 comments

Discussion is closed.

Feedback usabilla icon