Skip to content

Instantly share code, notes, and snippets.

@DasJennir
Created January 11, 2021 14:44
Show Gist options
  • Save DasJennir/a47b5a01958a4958eb7e76686a4f6461 to your computer and use it in GitHub Desktop.
Save DasJennir/a47b5a01958a4958eb7e76686a4f6461 to your computer and use it in GitHub Desktop.
Get all runnign services PowerShell
get-service | Where-Object {$_.status -eq "running"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment