Skip to content

Instantly share code, notes, and snippets.

@jstangroome
Created July 11, 2012 01:58
Show Gist options
  • Save jstangroome/3087453 to your computer and use it in GitHub Desktop.
Save jstangroome/3087453 to your computer and use it in GitHub Desktop.
Change your own Active Directory password from PowerShell without any special permissions
([adsi]'WinNT://domain/username,user').ChangePassword('oldpassword','newpassword')
@pestkaonline
Copy link

Thank you, it helped a lot :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment