Changing the password through the OWA logon interface is a useful feature for Exchange users. Because if the user is not in the Company domain environment, when the password has expired and cannot log on to OWA, there is no way to change the password through the option in OWA. When this function is enabled, the Administrator and user can easily process the case when the password expires.
As early as exchange2010, we need to modify the registry key of the CAS server to implement this function. The current exchange2013 has the built-in function. You only need to confirm the status of this function Attribute before using it.
In the latest exchange2013 SP1 and cu5 versions, this function has been set to enabled by default on the Client Access Server. We can enter the following command to check the function status of OWA's password change.
Get-owavirtualdirectory-server <servername> | FL changepasswordenabled
650) This. width = 650; "Title =" clip_image002 "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" clip_image002 "src =" http://img1.51cto.com/attachment/201406/26/401810_1403788841S4dU.jpg "Height =" 151 "/>
If the status after executing the command is "false", You need to manually enable this function using the following command:
Get-owavirtualdirectory-server <servername> | set-owavirtualdirectory-changepasswordenabled $ true
650) This. width = 650; "Title =" clip_image004 "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" clip_image004 "src =" http://img1.51cto.com/attachment/201406/26/401810_1403788841O5Re.jpg "Height =" 105 "/>
After the function is enabled, verify the function.
We manually modify the login attribute of the user account to give user1 the password to be changed upon next login
650) This. width = 650; "Title =" clip_image005 "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" clip_image005 "src =" http://img1.51cto.com/attachment/201406/26/401810_1403788841xROH.png "Height =" 477 "/>
Log on to OWA as user1 to check whether the user is prompted to change the password.
650) This. width = 650; "Title =" clip_image007 "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" clip_image007 "src =" http://img1.51cto.com/attachment/201406/26/401810_1403788841gIcX.jpg "Height =" 324 "/>
OWA friendly reminder user1: the password has expired. You must change the password before logging on to OWA.
650) This. width = 650; "Title =" clip_image009 "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" clip_image009 "src =" http://img1.51cto.com/attachment/201406/26/401810_1403788842MCYD.jpg "Height =" 407 "/>
Enter the new and old passwords in sequence to see if the new password can be submitted normally.
650) This. width = 650; "Title =" clip_image011 "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" clip_image011 "src =" http://img1.51cto.com/attachment/201406/26/401810_1403788842br8I.jpg "Height =" 407 "/>
After the request is submitted successfully, the system prompts that the password has been modified successfully.
650) This. width = 650; "Title =" clip_image013 "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" clip_image013 "src =" http://img1.51cto.com/attachment/201406/26/401810_1403788842tmTP.jpg "Height =" 296 "/>
Let's enter a new password and test whether you can log on to OWA normally.
650) This. width = 650; "Title =" clip_image015 "style =" border-top: 0px; border-Right: 0px; Background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; padding-Right: 0px; "Border =" 0 "alt =" clip_image015 "src =" http://img1.51cto.com/attachment/201406/26/401810_14037888429aEP.jpg "Height =" 311 "/>
Login successful
This article from "Shu Bao-Sun Liang's Microsoft hut" blog, please be sure to keep this source http://shubao.blog.51cto.com/401810/1431350