Last active
October 4, 2023 18:32
-
-
Save JeremyTBradshaw/90019026750ea729b88f375dea528b8c to your computer and use it in GitHub Desktop.
Fix Exchange disabled services after failed SU/CU installs
This file contains hidden or 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
@" | |
HostControllerService | |
MSComplianceAudit | |
MSExchangeADTopology | |
MSExchangeAntispamUpdate | |
MSExchangeCompliance | |
MSExchangeDagMgmt | |
MSExchangeDelivery | |
MSExchangeDiagnostics | |
MSExchangeEdgeSync | |
MSExchangeFastSearch | |
MSExchangeFrontEndTransport | |
MSExchangeHM | |
MSExchangeHMRecovery | |
MSExchangeIS | |
MSExchangeMailboxAssistants | |
MSExchangeMailboxReplication | |
MSExchangeRepl | |
MSExchangeRPC | |
MSExchangeServiceHost | |
MSExchangeSubmission | |
MSExchangeThrottling | |
MSExchangeTransport | |
MSExchangeTransportLogSearch | |
SearchExchangeTracing | |
"@ -split "`n" | % { Set-Service $_ -StartupType Automatic } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment