1. 若您要設定停用使用者的密碼複雜度,您必須使用Powershell指令。
2. 請您先使用系統管理員身分連線至Windows Powershell Online。
http://onlinehelp.microsoft.com/zh-tw/office365-enterprises/2b09b6a8-ad7e-446f-b7f0-273856beed70#BKMK_install
3. 請執行下列其中一項動作:
a. 停用某一位使用者的密碼複雜度:
Set-MsolUser -UserPrincipalName usera@contoso.com -StrongPasswordRequired $False
b. 停用組織中所有的使用者的密碼複雜度:
Get-MSOLUser | Set-MsolUser -StrongPasswordRequired $true
參考文件:
http://community.office365.com/zh-tw/forums/368/t/73888.aspx
沒有留言:
張貼留言