Forum Discussion
Outlook 365 Outlook Install Does Not See Local Exchange Account
- Jan 19, 2019
I wouldn't advise manual config, as while it's still technically possible, it hasn't been "supported" for a while. I do think I have an idea of what's causing the issue though - the new "Check for Office 365 as priority" step in the autodiscover process, which fires even before the SCP lookup does. The bad news is that the only way to disable this step is via registry changes: https://support.microsoft.com/en-us/help/3211279/outlook-2016-implementation-of-autodiscover
I wouldn't advise manual config, as while it's still technically possible, it hasn't been "supported" for a while. I do think I have an idea of what's causing the issue though - the new "Check for Office 365 as priority" step in the autodiscover process, which fires even before the SCP lookup does. The bad news is that the only way to disable this step is via registry changes: https://support.microsoft.com/en-us/help/3211279/outlook-2016-implementation-of-autodiscover
In that case it’ll would then be purging the existing profile and either adding an Autodiscover XML to the local machine modifying the registry settings or modifying the registry directly specifically
ExcludeExplicitO365Endpoint DWORD =1
Best, Chris
- drawsonJan 25, 2019Brass Contributor
Hey Vasil, thanks for that link. Doing a little more digging and this one specific entry resolved this for us as Chris was eluding to.
HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\office\16.0\outlook\autodiscover
DWORD: ExcludeExplicitO365Endpoint
Value = 1
Eventually finding that quick answer here as well: https://www.gothamweb.com/portal/index.php/knowledgebase/8/Outlook-bypasses-AutoDiscover-and-connects-directly-to-Office-365-mailbox.htmlI'd also like to add that the addition of this one reg key was enough to resolve our issue. We didn't need to modify autodiscover.xml or the AutoD.user.xml after adding that.
Thank you Vasil and Chris! Much appreciated.