Created
April 1, 2020 23:24
-
-
Save jangeador/2c579cc3419060eea6841bf11f544bbb to your computer and use it in GitHub Desktop.
Start Exchange Services
This file contains 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
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