PowerShell :: Get-Counter shows wrong CPU usage
Following the official Microsoft documentation I found a command that should print the CPU usage: Get-Counter -Counter "\Processor(_Total)\% Processor Time" -Continuous The problem is th...