Skip to content

Instantly share code, notes, and snippets.

@pizycki
Last active December 9, 2019 09:13
Show Gist options
  • Save pizycki/528c7ce25f5ae5ca3b804220ae41dd2c to your computer and use it in GitHub Desktop.
Save pizycki/528c7ce25f5ae5ca3b804220ae41dd2c to your computer and use it in GitHub Desktop.
Windows Processes PS Module
Get-Process | where {$_.Name -eq 'process name'} | Format-Table id, name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment