26 June 2012

OWA 2010 change password

If you want your users to be able to change their expired passwords in Outlook Web App 2010, you must change the registry on all your CAS servers. For the change you can use the following .REG file and double-click it:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\MSExchange OWA]
@="Automatically managed by Exchange"
"ChangeExpiredPasswordEnabled"=dword:00000001

Or run the following command:

REG ADD "HKLM\SYSTEM\CurrentControlSet\services\MSExchange OWA" /v ChangeExpiredPasswordEnabled /t REG_DWORD /d 1

You will need to do iisreset after making those changes.

No comments:

Post a Comment