PowerShell for Windows Admins

Apr 22 2010   1:15PM GMT

Windows System Assessment Tool



Posted by: Richard Siddaway
Operating System

The Windows System Assessment Tool was introduced with Windows Vista.  It gives a score 1-7.9 (on Windows 7) for components such as memory, processor and disk. The scores are accessible through the System icon in Control Panel – or we can use a bit of WMI

PS> Get-WmiObject -Class Win32_WinSAT | select __SERVER, *score, *level

__SERVER      : RSLAPTOP01
CPUScore      : 4.7
D3DScore      : 4.6
DiskScore     : 5.5
GraphicsScore : 3.7
MemoryScore   : 5.5
WinSPRLevel   : 3.7

Plus we can use the –computername parameter to retrieve the information for remote machines

Comment on this Post

Leave a comment: