Microsoft PowerShell ‚Set-ADAccountPassword‘ – modifies the password of an Active Directory account

Get-ADUser „<AD-User>“ | Set-ADAccountPassword -Reset -NewPassword (ConvertTo-SecureString -AsPlainText „<AD-UserPassword>“ -Force)

Leave a Reply

You must be logged in to post a comment.