Skip to content

Instantly share code, notes, and snippets.

@jangeador
Created April 1, 2020 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jangeador/2c579cc3419060eea6841bf11f544bbb to your computer and use it in GitHub Desktop.
Save jangeador/2c579cc3419060eea6841bf11f544bbb to your computer and use it in GitHub Desktop.
Start Exchange Services
Get-Service *Exchange* | Where-Object {$_.Status -eq "Stopped" -and $_.StartType -eq "Automatic"} | Start-Service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment