The most recent content from our members.
I am running a power shell script to produce the top 10 processes on a node but it will not monitor due to the Get Output Failed. It is producing the output needed. Hoe can one use this script Get-Process | Sort-Object -Property 'CPU' -Descending | Select-Object -First 10 and correctly format it to produce a correctly…
It looks like you're new here. Sign in or register to get started.