Showing posts with label Your Account is disabled. Show all posts
Showing posts with label Your Account is disabled. Show all posts

Thursday, May 3, 2018

OWA ERROR Something Went Wrong, Your Account is disabled


OWA_Disabled_MailBox

Today one of our user faced an issue when he was trying to access his account from OWA. he was greeted with Error as shown in above screenshot.

His Outlook & Mobile devices were working fine.

so I had to do following to clear the Issue

from Exchange Management Shell EMS

Ran the Following command to check if OWA was Disabled for the user

Get-CASMailbox affecteduser | fl Name,OWAEnabled

and got back reply

OWAenabled: Disabled

SO I executed following command to enable it

Set-CASMailbox administrator -OWAEnabled:$true


The same can be done from ECP too

1) Log into ECP
2) Go to Recipients
3) Select the affected user and click Edit
4) Click on “Mailbox Features” Option
5) Under Mobile Devices Click to “Enable OWA for devices”.

Close our Browser and now relogin as affected user and OWA should be working fine now.


OWA_Disabled_MailBox_ECP

Recent Posts

Upgrade Azure ADsync 1.6 to 2.3

 After a very long break, posting in new blog on upgrading ADsync to latest version. I was having version 1.6.4 running and doing its job we...