[SOLVED] Exchange 2010 SP1 – Set New Password From OWA Logon

Problem

The ability to create a new password from the Outlook Web App (Outlook Web Access) logon prompt was first introduced in Exchange 2007 SP3.

It allowed users which were either due for a new password or had ‘User must change password at next logon’ enabled to change their password as they logon.

Unfortunately this wasn’t carried over to Exchange 2010 as a default feature. Instead, it needs to be enabled through a registry modification.

Without this feature enabled, the user will receive a message saying “The user name or password you entered isn’t correct. Try entering it again.” if a password change is required.

MSExchange2010-ResetPassword1

Solution

Please note: This only applied to Exchange 2010 SP1 and above.


To enable this feature you will need to modify the registry on the Exchange server which runs the CAS role and reset IIS.

You need to make the registry modification on all CAS servers, if you have more than one in your environment.

  1. Log onto the Exchange server with the CAS role
  2. Open regedit and navigate to
  3. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\MSExchange OWA
  4. Create a new DWORD with the name of ChangeExpiredPasswordEnabled and value of 1
  5. MSExchange2010-ResetPassword2
  6. Reset IIS by opening the command prompt (As Administrator) and running:
  7. iisreset /noforce
  8. MSExchange2010-ResetPassword3
  9. Users will now be prompted to change their password from the OWA logon prompt

MSExchange2010-ResetPassword4

MSExchange2010-ResetPassword5