Out of office error, exchange server

 

Issue :

Error during setting OOF message: "Your automatic reply settings cannot be displayed because the server is currently unavailable. Try again later."

Reason:

EWS was not enabled for all users.

Solution:

Run the command: Get-Mailbox -ResultSize unlimited | Set-CasMailbox -EwsEnabled $true -EwsAllowOutlook $true

Other things to try:

-Recreated EWS URLs -Enabled OOF >Set-MailboxAutoReplyConfiguration <identity> -AutoReplyState Enabled - Make sure EWS is enabled for organization and there is no policy or allow list Get-organizationconfig | fl *EWS*   if there is policy run the command Set-OrganizationConfig  -EwsApplicationAccessPolicy $null -EwsAllowList $null this will allow all apps to access EWS.

Comments

Popular posts from this blog

Exchange setup error: the attribute () points to an invalid DN or a deleted object

After March24 SU Search issue in Outlook (cached mode)

Outlook on prem prompts for O365 Password