OwaMailboxPolicy -

Hi,

We are running Exchange 2013 SP1 CU5. We would like to restrict users from opening Other Mailbox from OWA. I create a new OWA Mailbox Policy and set ExplicitLogonEnabled to false and apply the policy to the some users. Wait 24 hours, restarted Exchange Servers but users can still use the Open other Mailbox Feature in OWA?

Is there a possibility to disable the permission option in OWA. i.e. Restrict users from configuring delegated permission on their mailbox from OWA?

Regards,

April 1st, 2015 3:32pm

Hi Irfan,

Please run following commands:

Set-OwaVirtualDirectory -Identity "Contoso\owa (default Web site)" -ExplicitLogonEnabled $False

Set-OwaMailboxPolicy -Identity "Contoso\owa (default Web site)" -ExplicitLogonEnabled $False

 

Thanks

Free Windows Admin Tool Kit Click here and download it now
April 2nd, 2015 5:24am

Hi Irfan,

Please run following commands:

Set-OwaVirtualDirectory -Identity "Contoso\owa (default Web site)" -ExplicitLogonEnabled $False

Set-OwaMailboxPolicy -Identity "Contoso\owa (default Web site)" -ExplicitLogonEnabled $False

 

Update: Thanks for the notification, the command should be Set-OwaMailboxPolicy -Identity Default

Thanks

April 2nd, 2015 9:23am

This one fails as I have no OWA Policy with this name Set-OwaMailboxPolicy -Identity "Domain\owa (default Web site)" -ExplicitLogonEnabled $False.

I use Set-OwaMailboxPolicy -Identity Default -ExplicitLogonEnabled $False.

But still doesn't work.

Regards,

Irfan

Free Windows Admin Tool Kit Click here and download it now
April 7th, 2015 9:56am

Hi,

We should apply the OWA policy using Set-CASmailbox Cmdlet. It does not apply by default.

Please use below CMdlet and apply the policy to required users.

set-casmailbox -Identity Username -Owamailboxpolicy Default

Regards

Chinthaka

April 7th, 2015 10:53am

The Default Policy is already applied on the user.

I am currently installing CU8 to see if it resolve the issue.

Regards,

Irfan

Free Windows Admin Tool Kit Click here and download it now
April 7th, 2015 10:55am

Issue not resolved. Anyone got same working ?
April 11th, 2015 12:04am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics