S
Spin
Situation:
Windows 2000-native mode single domain, with 5 domain controllers. Users are
not broken out into OUs, they are still in the standard built-in Users
container.
On a DC, when I run the following VBScript, I get an error on line 2. Don't
know what I'm doing wrong. All I want to do is change the user's password
by using the script instead of ADUC.
Script:
Set objUser = GetObject_
("LDAP://cn=User1,cn=users,dc=domain,dc=com")
objUser.SetPassword "Hello2U"
Windows 2000-native mode single domain, with 5 domain controllers. Users are
not broken out into OUs, they are still in the standard built-in Users
container.
On a DC, when I run the following VBScript, I get an error on line 2. Don't
know what I'm doing wrong. All I want to do is change the user's password
by using the script instead of ADUC.
Script:
Set objUser = GetObject_
("LDAP://cn=User1,cn=users,dc=domain,dc=com")
objUser.SetPassword "Hello2U"