Created
November 9, 2018 14:14
-
-
Save glennzw/8241d200862ce4ec64b6ea79ed8ab57a to your computer and use it in GitHub Desktop.
Powershell to create a CSV list of processes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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