Created
June 23, 2026 11:09
-
-
Save ilhamarrouf/c5917bc836681fe071944d8302c8dde8 to your computer and use it in GitHub Desktop.
ADSI Reset Password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $user = [ADSI]"LDAP://CN=johndoe,OU=xxx,DC=example,DC=co,DC=id" | |
| $user.psbase.Invoke("SetPassword","PasswordBaru123!") | |
| $user.SetInfo() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment