在Windows Server 2008 R2中批量更新指定OU下的全部用戶口令

在PowerShell分別執行下面兩條語句filter

Import-Module ActiveDirectoryword

Get-ADUser -filter * -SearchBase 'OU=OUNAME,DC=DOMAINNAME,DC=DOMAINLOCAL' | Set-ADAccountPassword -Reset -NewPassword (ConvertTo-SecureString -AsPlainText "NEWPASSWORD" -Force)co

相關文章
相關標籤/搜索