Thursday, January 23, 2014

Disable Change Password in Exchange 2013 OWA

Disable Change Password in Exchange 2013 OWA

There is security team compliance requirement where they want to prevent a user from changing his or her own password when using Exchange 2013 OWA.

By default you can able to change the password on logging into Exchange 2013 OWA - Option - Change Password.

To disable perfrom run the below shell command and the Change Password will get disappeared.

Set-OwaVirtualDirectory -Identity -ChangePasswordEnabled $false

Set-OwaMailboxPolicy -Identity default -ChangePasswordEnabled $false

Set-CASMailbox -OwaMailboxPolicy Default

No comments:

Post a Comment

The blog is written to the share the knowledge mainly on Microsoft Exchange Server and other Microsoft product that experienced on day-to-day life.