Welcome to MSDN Blogs Sign in | Join | Help

November 2007 - Posts

Handy way to restart downed Exchange Services (and only the ones you need)

Here's a quick Powershell one-liner to start up all the necessary Exchange Services for any given role. Test-ServiceHealth | Select-Object -Expand ServicesNotRunning | Start-Service There is also the old standby: Get-Service *Exchange* | Start-Service
Posted by bradhugh | 0 Comments
 
Page view tracker