批量更改域用户密码

工作需要批量更改域内所有用户密码,并且要设置用户登录时不需要更改密码。
Get-ADUser -filter * -SearchBase 'OU=xxx,DC=contoso,DC=com' | Set-ADAccountPassword -Reset -NewPassword (ConvertTo-SecureString -AsPlainText "pass88" -Force)
Get-ADUser -filter * -SearchBase 'OU=xxx,DC=contoso,DC=com' | Set-ADUser -ChangePasswordAtLogon $false

 













本文转自legendfu51CTO博客,原文链接: http://blog.51cto.com/legendfu/1073509,如需转载请自行联系原作者







上一篇:百度直播:知识类创作者的顺风车


下一篇:服务器流量收集