Skip to content

Instantly share code, notes, and snippets.

@glennzw
Created November 9, 2018 14:14
Show Gist options
  • Save glennzw/8241d200862ce4ec64b6ea79ed8ab57a to your computer and use it in GitHub Desktop.
Save glennzw/8241d200862ce4ec64b6ea79ed8ab57a to your computer and use it in GitHub Desktop.
Powershell to create a CSV list of processes
(ps|sort name|gu|ft -HideTableHeaders -Property Name |Out-String).Trim() -replace "\s+", ","
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment