autodiscovery change

  • Thread starter Thread starter Ish
  • Start date Start date

Ish

Ish

Associate
Joined
11 Jan 2006
Posts
1,815
Location
West Midlands
Hi

We have moved all our mailboxes from SBS2011 to O365. The problem I am getting is getting Outlook on the the networked pc's to connect to O365 as they keep connecting to the Exchange on SBS2011.

Anything outside the network connects fine.

How do I fix this?
 
You need to remove the autodiscover that is currently configured. So:

Get-AutodiscoverVirtualDirectory | fl Name, Server, InternalUrl, Identity

Remove-AutodiscoverVirtualDirectory -Identity 'IDENTITY'

IDENTITY is the Identity output from the first command

However, existing configured outlook profiles will still continue to connect to the exchange box, as its configured locally on their machines. You will need to create them a new profile. Once this is done, all new profiles will connect straight to your O365 instance

N.B Could be barking up the wrong tree with this, but it seems like autodiscovery may well be still in play here
 
Whenever I have done this although this is mainly from 2003 environments to 365 is by adding a DNS SRV record to point to the new location.
 
Back
Top Bottom