Hello,
I have ran following command to get CPU Utilization :
Get-WmiObject -Class Win32_Processor -ComputerName "MyServer" | Select SystemName , DeviceID , LoadPercentage , Status
However, output is captured during the time when command is getting executed.
By any chance is it possible to capture the Average CPU Utilization for previous day to monitor performance ?
Thanks and Regards,
Dipti Chhatrapati









