Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » PowerShell   (RSS)

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

AutodiscoverSiteScope and Client-only sites

The Exchange Autodiscover service is very smart when it hands out URLs for web services to clients. It will always hand out URLs that are in the same Active Directory site as the user's mailbox server. Unfortunately, when it comes to Outlook locating
 
Page view tracker