Hi @Phuong Nguyen ,
To solve the certificate warning, you can buy a third-party business certificate or import this cert to the Trusted Root: click View Certificate > Install Certificate > Local Machine > Manually Choose the Certificate store > Trusted Root Certification Authorities.
Well I guess that's not what you want.
The most import question I think, is what the Domain public and Domain local are, what's the difference, and also where you installed the Exchange server.
You can open the EAC and check other Virtual Directory's internal URL:
So my AutodiscoverInternalURI should be like this:
Get-ClientAccessService -identity EX1 | Set-ClientAccessService -AutoDiscoverServiceInternalUri https://ex1.contoso.com/Autodiscover/Autodiscover.xml
Replace ex1.contoso.com with your FQDN.
To check if the URL is available or not, you could copy it to a browser to see if you could login and get a 600 error like:
For your other questions, I'm sorry that I don't clearly understand what 's the point. If you wanna use both of these URLs, use the command again
Get-ClientAccessService -identity EX1 | Set-ClientAccessService -AutoDiscoverServiceInternalUri https://ex1.nvp.lab/Autodiscover/Autodiscover.xml
Get-ClientAccessService -identity EX2 | Set-ClientAccessService -AutoDiscoverServiceInternalUri https://ex2.nvp.lab/Autodiscover/Autodiscover.xml
Actually it's a default setting of SCP, and you don't have to modify.
For the DNS question, I think I should first make sure the above question.
As you are going to use the DAG, I think you could deploy the Round robin:
Public DNS:
A: Mail.domain.com -> Public IP (If you have multiple Public IPs for these servers, add corresponding A records)
CNAME: Autodiscover.domain.com : Mail.domain.com
MX: Domain.com -> Mail.domain.com
Internal DNS:
A: Mail.domain.com -> Internal IP EX1
A: Mail.domain.com -> Internal IP EX2
A: Autodiscover.domain.com -> Internal IP EX1
A: Autodiscover.domain.com -> Internal IP EX2
Best regards,
Lou
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.