设置账户 hexiaoxi 密码永不过期
Set-ADAccountControl -Identity hexiaoxi -PasswordNeverExpires:$true
取消账户 hexiaoxi 密码永不过期
Set-ADAccountControl -Identity hexiaoxi -PasswordNeverExpires:$false
可选命令
Set-ADUser -Identity hexiaoxi -PasswordNeverExpires $false
Set-ADUser -Identity hexiaoxi -PasswordNeverExpires $true
0 条评论