Skip to content

Instantly share code, notes, and snippets.

@nopslider
Created March 17, 2016 09:42
Show Gist options
  • Save nopslider/0c7dee81168b1f9dc20d to your computer and use it in GitHub Desktop.
Save nopslider/0c7dee81168b1f9dc20d to your computer and use it in GitHub Desktop.
List all processes with path
Get-Process | Select-Object -Property Path | where {$_ -ne ""}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment