Today I was confronted with a new issue by a customer.
He wants that expired passwords can be changed from OWA.
To do this, you need to add a registry value to each CAS server
- Run regedit.exe
- Open the Key
HKLM\SYSTEM\CurrentControlSet\Services\MSExchange OWA - Right click the MSExchange OWA key and click New > DWord (32-bit)
- The DWORD value name is ChangeExpiredPasswordEnabled and set the value to 1
- Do a IISRESET on the CAS servers
More detailed in this EHLO Blog article.
Cheers,
Chris