Forum Discussion
Outlook error when doing a search
I blocked my internal DNS servers from resolving outlook.office365.com.
Various ways to do this, easiest is create an empty DNS authoritative zone outlook.office365.com to blackhole the dns requests.
Be warned, this may break some Outlook365 webmail functions. The download attachments function couldnt work due to unable to resolve attachment.outlook.live.net, which actually just a CNAME to outlook.office365.com.
But at least, your office outlook users will stop the persistent calls for support......
Hey,
use AutoDiscovery paramter ExcludeExplicitO365Endpoint instead blocking via DNS.
Either via GPO (newest admx templates) -> User Template Outlook 2016 -> Account -> Exchange -> Disable Autodiscover (Subtype O365 Autodiscovery)
Or Registry:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Outlook\AutoDiscover or
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\AutoDiscover
DWORD:ExcludeExplicitO365Endpoint = 1
This also resolve the the acutal search problem since Version 2004 😉
- SemyonoffMay 27, 2020MCT
AlexRomain If you are saying about registry fix
DisableServerAssistedSearch
Make sure to copy its name without trailing space. Restart outlook then.
- dztek79May 15, 2020Copper ContributorHi,
don't know why, but some clients apply these settings fast, some other very slow.
After the gpo/registry is set, it takes some time while outlook is open until it recognize the change.
Seems there must run the autodiscover procedure once... - AlexRomainMay 15, 2020Copper ContributorHi,
Doesn't seem to work here 😞