Quantcast
Channel: System Health Check Script
Viewing all articles
Browse latest Browse all 4

System Health Check Script

$
0
0

1. Get-WmiObject -Computername localhost -Class Win32_PerfFormattedData_PerfOS_Memory

2.  Get-WmiObject -Computername localhost -Class Win32_PerfFormattedData_Counters_ProcessorInformation

3. Get-WmiObject -Computername localhost -Class Win32_LogicalDisk

Play with those objects to find what You need


Viewing all articles
Browse latest Browse all 4

Trending Articles