Configures a new password for a user.
Set objUser = GetObject _("LDAP://cn=MyerKen,ou=management,dc=fabrikam,dc=com")objUser.SetPassword "i5A2sj*!"
This is a VB Script, this can be used by saving the file in .vbs file
One Stop Update for Techies involved with Infrastructure Designing, Consulting, Management and Support
Configures a new password for a user.
Set objUser = GetObject _("LDAP://cn=MyerKen,ou=management,dc=fabrikam,dc=com")objUser.SetPassword "i5A2sj*!"