![]() Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Change the Password for a User
|
||
' Description: Changes the password for a user. Requires you to know the user's previous password.
Set objUser = GetObject _ ("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com") objUser.ChangePassword "i5A2sj*!", "jl3R86df" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |