When we provision users we set the "User must change password at next logon" flag and instruct them to go to OWA to login for the first time and change their password. Using the registry setting ChangeExpiredPasswordEnabled as explained here:

http://technet.microsoft.com/en-us/library/bb684904.aspx

worked well prior to SP2 installation. This allows users with 'expired' passwords to logon and forces a password change before they can access OWA. We just installed Exchange 2010 Service Pack 2 and now it's no longer working. Users with this flag set ('expired' passwords) can't login in at all unless we clear the flag.

FYI here's the registry key configuration as set now with SP2 installed: enter image description here

Any suggestions as to how I might fix this? Or did MS break this feature in Service Pack 2?

link|improve this question
feedback

1 Answer

I found found that this works.

Log on to the Client Access Server
Click on Start, Run and type in regedit and click on OK
Expand HKEY_LOCAL_Machine
Expand System
Expand CurrentControlSet
Expand Services
Click on MSExchange OWA
Right-click on the right hand side pane, click on New  and then DWORD (32 bit) value
Let’s name the key ChangeExpiredPasswordEnabled and its value will be 1, 

Referance is here

link|improve this answer
Thanks, but as I explained above, this is what we used successfully prior to the SP2 upgrade. The registry key is still there, but it is having no effect in SP2. – JJ. Jan 11 at 6:25
Have tou checked to see if the red key is still there after sp2 it MIG have removed it. – t1nt1n Jan 11 at 6:43
Do you mean registry key? Yes it is still there following the upgrade - I have checked. – JJ. Jan 11 at 12:35
FYI I posted a screenshot of my registry setting above. – JJ. Jan 11 at 13:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.