AD-批量更改賬戶密碼命令 Set-ADAccountPassword

學習自: 徐鵬老師的 AD Powershell 系列視頻課程 批量更改AD用戶的密碼 1 Get-ADUser  -SearchBase  "ou=Lab,dc=satid,dc=com"  - Filter  * |  foreach  {  Set-ADAccountPassword  -Identity  $_ .name -NewPassword ( ConvertTo-SecureSt
相關文章
相關標籤/搜索