martes, 14 de enero de 2020

Exchange - Changing Autodiscover Service Endpoint


Hello,

After an intensive research i finally discovered how to change the service point where Outlook connector looking for the autodiscover .XML file.

The Service Enpoint appears after launching this command:

Test-WebServicesConnectivity -identity "account@domain.com" -MailboxCredential(get-credential domain\account) | fl

How to change it:

Set-ClientAccessServer "SERVER" -AutodiscoverServiceInternalUri https://URL/Autodiscover/Autodiscover.xml

The URL will appears as service endpoint.

Regards.