Resetare parola AD folosind PowerShell

Configurare noua (How To)

Situatie

Se doreste resetarea parolei unui utilizator folosind PowerShell

Solutie

Pasi de urmat

Se deschide PowerShell

Windows-PowerShell

Se ruleaza comanda:

Set-ADAccountPassword -Identity user -NewPassword (ConvertTo-SecureString -AsPlainText "Parola_Noua" -Force)

set-ad-account-password


Tip solutie

Permanent

Voteaza

(18 din 59 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?