Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Apple Mail on macOS uses Exchange Web Services (EWS) to connect to Microsoft 365 mailboxes. In many organizations, EWS may be disabled at the tenant level, which can prevent account setup from completing successfully.
To resolve this issue, your IT administrator will need to be involved, as the required configuration changes must be performed in the Microsoft 365 Admin Center using administrative privileges.
During initial Microsoft 365 configuration, it is recommended to disable EWS due to its planned deprecation. As a result, it is possible that EWS has been turned off both at the organization level and for individual users. Even if EWS appears enabled for a user under mailbox settings, it can still be disabled at the organization level.
Your administrator can re-enable EWS organization-wide using the following PowerShell command:
Set-OrganizationConfig -EwsEnabled $true
To verify that the setting has been successfully applied:
Get-OrganizationConfig | fl EwsEnabled
The expected result should be:
EwsEnabled : True
After making this change, please allow approximately 15–30 minutes for the update to propagate. Then, restart your Mac and attempt to add the account again.
I hope this provides enough clarity and helps you stay inform with your current situation.
In the meantime, if you see my replies bring helpful information, please kindly accept it as an answer and vote it up by your original account, which raised this question. Once marked, it will automatically pin to top. As other users will also search information in this community, your valuable vote up will definitely also help other users who have similar queries easily to find the correct channel and useful information more quickly.
Thank you for your patience and your understanding. If you have any questions or need further assistance, please feel free to share them in the comments on this post so I can continue to support you.
Note: Follow the steps in this documentation to enable email notifications if you want to receive email notifications related to this topic.