Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Created June 23, 2026 11:09
Show Gist options
  • Select an option

  • Save ilhamarrouf/c5917bc836681fe071944d8302c8dde8 to your computer and use it in GitHub Desktop.

Select an option

Save ilhamarrouf/c5917bc836681fe071944d8302c8dde8 to your computer and use it in GitHub Desktop.
ADSI Reset Password
$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