The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
Hi Андрей Михалевский,
Glad to hear this issue has been resolved, and much appreciation for your sharing!
Based on your reply, your issue may be related to some Microsoft 365 sign-in or activation issue and disable ADAL and WAM make it work again. Here are some similar issues for your reference:
Modern Auth Looping with Outlook 2016 when Outside Corporate Network | Microsoft Community Hub
However, due to the forum policy update, the author of the question is now unable to accept his/her own answer. Therefore, I have written a short summary of how to solve this problem. Please accept it as an answer so that others who are going through the same thing can more easily refer to this.
Issue:
We have installed Windows 11 and Office LTSC 2024 Pro Plus. Use Exchange 2019 - last cu, su and Outlook 2408(17932.20286).
- Outlook classic does not connect automatically to mapi, it thinks for a long time and offers to connect via IMAP.
- If I select - configure manually and select Exchange - Outlook is configured via MAPI.
- Outlook connection check shows success on all protocols.
Also, we installed Office 2021 and Outlook automatically connects to mapi.
The computer is in a domain. License activated for office and OS. For some reason only this version of Outlook does not work in our organization.
Solution:
Disable Modern Auth:
New-Item -Path "HKCU:\Software\Microsoft\Office\16.0\Common\Identity" -Force
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Common\Identity" -Name "EnableADAL" -Value 0 -Type DWord
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Common\Identity" -Name "DisableADALatopWAMOverride" -Value 1 -Type DWord
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.