Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Report Computer Performance

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>