Reputation: 1124
I'm trying to get the current CPU load on my server by using
get-wmiobject win32_processor | select LoadPercentage
This works fine on my desktop and other servers, but it returns blank on this server.
The server is using Powershell v4.
Upvotes: 1
Views: 1060