Outlook | MacOS | Legacy Outlook for Mac | For business
Using older versions of Outlook for Mac in business environments
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We encountered an issue where Microsoft 365 email accounts could not be added using:
The issue affected:
The issue was caused by Exchange Web Services (EWS) being disabled at the organizational level but not in the account.
Verification: EwsEnabled : False
Get-OrganizationConfig | Select EwsEnabled
Result:
EwsEnabled : False
Enable EWS organization-wide:
Set-OrganizationConfig -EwsEnabled $true
Using older versions of Outlook for Mac in business environments
Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.