How to change a password in AD that the old password is not known for

Reset a password with PowerShell the easy way

John Savill

December 22, 2016

1 Min Read
How to change a password in AD that the old password is not known for

Q. I'm trying to reset an AD password but don't know the old password. What can I do?

A. Normally when using Set-ADAccountPassword you need the old password however if you add the -Reset switch then the old password is not required and you can just set the new password (but you will need the appropriate permissions to reset account passwords whereas if you pass the old password it is a regular password change for the user).

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like