Translate

Monday, April 29, 2013

Disable outlook autodiscover internally



Disable outlook autodiscover  internally

When your company has an internal exchange server and another exchange server hosted by outside email service provider, and you only want you outlook to connect to hosted exchange server. You can modify this register key:

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\AutoDiscover]

 "domain.com"="c:\\auto\\autodiscover.xml"

 "PreferLocalXML"=dword:00000001

"ExcludeScpLookup"=dword:00000001

"ExcludeSrvRecord"=dword:00000001

 once you add the above registry, Outlook will not contact autodiscover internally

No comments:

Post a Comment