Forum Discussion
Setup up autoDiscover In On-Perm DNS to integrate with O365
- Jul 10, 2020
hntaurus Yes, you should do that as well to avoid your clients connecting to the old namespace after migration. In fact, you don't need this anymore and after your cutover, you can decommission Exchange as well.
What you would need to do when your mailboxes are in Exchange Online is to change the serviceBindingInformation parameter of the service connection point in either ADSI Edit or AD Sites and Services. The link below shows how to do that.
The SCP can be set to
https://autodiscover.outlook.com/autodiscover/autodiscover.xml and this should take care of autodiscover for any Outlook clients inside your network.
- hntaurusJul 10, 2020Copper Contributor
Thanks a lot for your prompt reply
Do I need to create SRV and CNAME for that auto discover on my Internal DNS as well?
- Jul 10, 2020
hntaurus please use Exchange Management Shell to change it, not ADSIEDIT 😉
Get-ClientAccessServer | Set-ClientAccessServer -AutoDiscoverServiceInternalUri https://autodiscover.outlook.com
Disable-OutlookAnywhere –Server <ServerName>
You only have to change/add the CNAME record in your external DNS after migration.
- aussupportJul 18, 2020Brass ContributorHi Dominik,
I have fully hybrid env with exch2010, and I just run AutoDiscoverServiceInternalUri $Null
So how do I retrieve old value?
TA