Hi @Bujar Lushta ,
Welcome to the Microsoft Q&A platform!
It sounds like you’re experiencing a common issue with Autodiscover in Exchange 2019 CU12, especially with newer Outlook clients. Here are a few steps you can try to resolve this:
- Check Autodiscover Settings: Ensure that the Autodiscover service is correctly configured and that the Service Connection Point (SCP) is pointing to the correct URL. You can verify this by running the
Test Email AutoConfiguration
tool in Outlook (hold down the CTRL key and right-click the Outlook icon). - Update Outlook Clients: Make sure that your Outlook 2016 and newer clients are fully updated. Sometimes, updates can resolve compatibility issues with Autodiscover.
- Registry Settings: There might be a need to adjust some registry settings on the client machines. Specifically, you can try adding or modifying the
ExcludeExplicitO365Endpoint
DWORD value in the registry underHKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\AutoDiscover
and set it to1
- Check Authentication Settings: Ensure that the authentication settings on your Exchange server are correctly configured. Sometimes, mismatched authentication settings can cause repeated credential prompts.
- Recreate Autodiscover Virtual Directory: If the issue persists, you might need to recreate the Autodiscover virtual directory on your Exchange server. This can be done using the Exchange Management Shell with the following commands:
Remove-AutodiscoverVirtualDirectory -Identity "Autodiscover (Default Web Site)" New-AutodiscoverVirtualDirectory -WebSiteName "Default Web Site" -ExternalUrl "https://autodiscover.yourdomain.com/autodiscover/autodiscover.xml"
- DNS Configuration: Verify that your DNS settings are correctly configured and that the Autodiscover DNS records are pointing to the correct IP address of your Exchange server.
Please feel free to contact me for any updates. And if this helps, don't forget to mark it as an answer.
Best,
Jake Zhang