How to restart Exchange Services from PowerShell

So I have been using Test-ServiceHealth a lot recently as one of our services keeps crashing, and I have found the quickest and easiest method of starting services is…….

Test-ServiceHealth | Select-Object -Expand ServicesNotRunning | Start-Service

Just a reminder for me as I am rubbish at PowerShell and maybe something helpful for you.

Leave a comment