I am trying to change users passwords with the sample script that is in the microsoft script center. This one:
Set objUser = GetObject _
("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com"
objUser.ChangePassword "i5A2sj*!", "jl3R86df"
Everyone I run this I get an error that says:
A referral was sent to the server.
code: 8007202b
source: (null)
in the script, what do the two "dc"'s mean? I figured they stood for domain controller, but why is there two??
Any help is greatly apprecitated.
Thanks in Advance,
Chris
Set objUser = GetObject _
("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com"

objUser.ChangePassword "i5A2sj*!", "jl3R86df"
Everyone I run this I get an error that says:
A referral was sent to the server.
code: 8007202b
source: (null)
in the script, what do the two "dc"'s mean? I figured they stood for domain controller, but why is there two??
Any help is greatly apprecitated.
Thanks in Advance,
Chris