標籤:微軟 郵件 exchange
透過OWA登入介面改密碼對於使用Exchange的使用者來說是一個很有有用的功能。 因為如果使用者不在公司域環境中,當密碼已經到期登入不了OWA,就沒有辦法通過OWA中的【選項】來改密碼,當開啟這項功能後,管理員和使用者都可以很方便的處理密碼到期的case。
早在Exchange2010的時候,我們需要通過修改CAS伺服器的登錄機碼來實現這個功能。現在的Exchange2013已經內建了該功能,使用前只需要確認該功能屬性的狀態就可以了。
在最新的Exchange2013 SP1和CU5版本中,此功能在Client Access Server上已經設定為預設開啟狀態,我們可以輸入下面的命令來檢查OWA改密碼的功能狀態
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" />
如果執行命令後看到的狀態是“FALSE”,那就需要使用下面的命令手動開啟一下該功能
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" />
功能確認開啟後,我們來驗證下該功能。
我們手動修改使用者賬戶的登陸屬性,讓給user1下次登入時必須改密碼
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" />
現在以user1身份登入OWA看是否會提示使用者修改密碼
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友好的提醒user1,密碼已經到期了,必須先修改密碼後才能登陸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" />
我們依次輸入新舊密碼後,看看是否能正常提交
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" />
成功提交請求後提示密碼已修改成功
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" />
我們來輸入新的密碼,測試是否能正常登陸OWA
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" />
已經成功登入
本文出自 “叔寶-孫亮的微軟小屋” 部落格,請務必保留此出處http://shubao.blog.51cto.com/401810/1431350