Sign in
BradHugh's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Autodiscover
CAS
DST
Exchange 2007
ISA
OWA
PowerShell
Sample
Browse by Tags
MSDN Blogs
>
BradHugh's WebLog
>
All Tags
>
powershell
Tagged Content List
Blog Post:
Handy way to restart downed Exchange Services (and only the ones you need)
Brad Hughes [MSFT]
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 But that one can start unnecessary services...
on
20 Nov 2007
Blog Post:
AutodiscoverSiteScope and Client-only sites
Brad Hughes [MSFT]
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 Autodiscover originally, the client just isn't that...
on
11 Sep 2007
Page 1 of 1 (2 items)