@ Echo Off REM. Script to enable Exhcange 2013 Services REM. Recommended to run from elevated CMD Prompt not powershell REM. https://social.technet.microsoft.com/Forums/windowsserver/en-US/387da0db-6046-4838-9db7-c8ddcb6810da/update-kb4057903-fails-in-windows-server-2012-r2-hyperv?forum=winserverhyperv&prof=required sc.exe config MSExchangeADTopology start=auto sc.exe config MSExchangeAntispamUpdate start=auto sc.exe config MSExchangeDagMgmt start=auto sc.exe config MSExchangeDiagnostics start=auto sc.exe config MSExchangeEdgeSync start=auto sc.exe config MSExchangeFrontEndTransport start=auto sc.exe config MSExchangeHM start=auto sc.exe config MSExchangeImap4 start=demand sc.exe config MSExchangeIMAP4BE start=demand sc.exe config MSExchangeIS start=auto sc.exe config MSExchangeMailboxAssistants start=auto sc.exe config MSExchangeMailboxReplication start=auto sc.exe config MSExchangeDelivery start=auto sc.exe config MSExchangeSubmission start=auto sc.exe config MSExchangePop3 start=demand sc.exe config MSExchangePOP3BE start=demand sc.exe config MSExchangeRepl start=auto sc.exe config MSExchangeRPC start=auto sc.exe config MSExchangeFastSearch start=auto sc.exe config HostControllerService start=auto sc.exe config wsbexchange start=auto sc.exe config MSExchangeServiceHost start=auto sc.exe config MSExchangeThrottling start=auto sc.exe config MSExchangeTransport start=auto sc.exe config MSExchangeTransportLogSearch start=auto sc.exe config MSExchangeUM start=auto sc.exe config MSExchangeUMCR start=auto sc.exe config FMS start=auto