I am creating a script to get the date of the last password change for
each user in Users in abc.corp. I am trying to get the syntax right for the
Get Object for the user. It keeps failing on the Get Object command with the
error 80072030, There is no such object on the server. I copied the command
out of the script center and it is supposed to work against 2003 AD. The
line
is:
Set objUser = GetObject ("LDAP://CN=<userid>,OU=Users,DC=abc,DC=corp")
I used my id, so there should definitely be an object. Any ideas of why it
would fail?
Also, can someone suggest a good book to learn the basics of scipting?
Bettie
Replies