System Health Check Script
Here's a quick and dirty report that I put together:$compname = 'Grant-PC' $cpu = (Get-Counter "\\$compname\processor(_total)\% processor time" -MaxSamples 10 -ComputerName $compname | select...
View ArticleSystem Health Check Script
1. Get-WmiObject -Computername localhost -Class Win32_PerfFormattedData_PerfOS_Memory2. Get-WmiObject -Computername localhost -Class Win32_PerfFormattedData_Counters_ProcessorInformation3....
View ArticleSystem Health Check Script
Start here: http://gallery.technet.microsoft.com/scriptcenterThere are dozens of scripts that will give you that information.You are also free to use Perfmon to get that information and it works...
View ArticleSystem Health Check Script
Hello All, Please can i get a script for system health check that gets the following information locally or remotely when run .1. Memory Utilization2. CPU utilization3. Disk free space, used...
View Article