Monday, March 18, 2019

Get-ProcessUtilization

This one comes from my coworkers Mark Norstedt and Joseph Chanson. They put together a nice function that works similar to ‘ps’, but it can be run against a remote machine and the output it gives is a little more closely aligned with Task Manager. This is a real nice function to have when a remote machine is reporting a problem that looks like a wild process consuming the entire CPU, but you don’t want to put the extra burden on the machine of RDP’ing into it.

image

No comments:

Post a Comment