Skip to content

Instantly share code, notes, and snippets.

@rpalo
Created April 7, 2018 15:23
Show Gist options
  • Save rpalo/22f6a09093976a82210a4817f7aa0e3f to your computer and use it in GitHub Desktop.
Save rpalo/22f6a09093976a82210a4817f7aa0e3f to your computer and use it in GitHub Desktop.
PS> Get-Process | Sort-Object CPU -descending | Select-Object ProcessName -first 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment