SOLVED

Autodiscover configuration in full hybrid

Brass Contributor

Hello,
I have a question regarding the configuration of the autodiscover service.
My infrastructure is full hybrid with a 2016 exchange server on premise.
I have already moved the mail flow to o365 by changing the mx record and moving all the mailboxes
The on premise server is used as an smtp relay for internal and external emails.
Currently my dns record, both on public and private dns, for autodiscovery points to the exchange on premise server.
Reading the microsoft article https://docs.microsoft.com/en-us/exchange/decommission-on-premises-exchange I am in scenario 3.
The article says If you were to even start the process by pointing the Autodiscover Records to Exchange Online, you would immediately break some features like hybrid public folder access.
I don't use public folder but I only use the on premise server as smtp relay.
So I can't point the autodiscover to the microsoft records autodiscover.outlook.com?
If I don't move my autodiscover record to autodiscover.outlook.com the exchange server on premise should be unavailable what happens?

Outlook clients will not be able to connect to o365?

 

Thank you

 

Regards

7 Replies
if you still have mailboxes on-prem then keep it pointing to on-prem else you can point it to O365.

I don't have any mailboxes on premises.
The on premise server has a connector that allows the relay of the email in an unauthenticated way because an old application must send email to the internet.

 

 

you can point your autodiscover to O365 then

@DeepakRandhawa 

 

Thanks for the reply.
Since the article https://docs.microsoft.com/en-us/exchange/decommission-on-premises-exchange scenario 3 says:
We recommend against removing Exchange and the hybrid configuration at this point. If you were to even start the process by pointing the Autodiscover Records to Exchange Online, you would immediately break some features like hybrid public folder access. You could change the MX record to point to Exchange Online Protection if it is not already, you could even remove some of the on-premises Exchange servers. However, you would need to keep enough in place to handle the remaining hybrid functions. Usually, this would lead to a very small on-premises footprint.
Are you sure it can make the autodiscover service point on O365?
If the answer is yes on the server on premise I have to type the command Get-ClientAccessService | Set-ClientAccessService -AutoDiscoverServiceInternalUri $ Null?
Also do I have to point the dns record, both for internal and public dns, to autodiscover.outlook.com?

 

Thank you

 

Regards

best response confirmed by pazzoide76 (Brass Contributor)
Solution
Yes, you can point it to O365 without causing any issues to your environment.
Below cmdlet will change the SCP entry to null so that your outlook does not query AD for mailbox info
Get-ClientAccessService | Set-ClientAccessService -AutoDiscoverServiceInternalUri $ Null
And yes you need to point your dns to autodiscover.outlook.com for both internal and external.

@DeepakRandhawa 

Thanks for the reply

@DeepakRandhawa 

Hello dear,

I have a question related to similar case, I have migrated all users from Exchange 2010 to Exchange 2016, we still have both Exchange servers but users mailboxes are on the 2016, we have two issues I think both are related to the autodiscover, whenever a user create a new meeting and add attendees from the same company (domain) they cannot see the free/busy time and the same if they add a Calendar of meeting room (resource) it shows no connection at the top of the Calendar of that meeting in their Outlook!

I have read many articles and most of them they say that "After the mailbox move is complete, Exchange Server 2013 or Exchange Server 2016 continues to proxy the EWS request to Exchange Server 2010. Exchange Server 2010 responds with a 302 redirect back to Exchange Server 2013 or Exchange Server 2016"

What settings/tuning do I need to fix on 2016 so we overcome this issue?

Thanks.

Muawya Ali

1 best response

Accepted Solutions
best response confirmed by pazzoide76 (Brass Contributor)
Solution
Yes, you can point it to O365 without causing any issues to your environment.
Below cmdlet will change the SCP entry to null so that your outlook does not query AD for mailbox info
Get-ClientAccessService | Set-ClientAccessService -AutoDiscoverServiceInternalUri $ Null
And yes you need to point your dns to autodiscover.outlook.com for both internal and external.

View solution in original post