Hello,
First off thanks for all the help I have received thus far. Hats off to the group. Now on with my question.. I am a consultant at a client and I am pondering this idea. They have 1200 users and need to standardize their email addresses because some users have FirstN@domain.com and...
The problem is that when this statement executes:
GetObject ("LDAP://" & strUser & "," & LDAP_NAME)
If the value returned is null, than the script will bomb. Is there a way to catch that exception? I tried using
If IsNull(GetObject ("LDAP://" & strUser & "," & LDAP_NAME)) Then
but that...
Hey please check out the script below. I have a script that has exported CNs with attributes and I am writing a script that checks an OU to see if they've been added. If they haven't been added, I create the user and apply attributes (i.e. first name, location, etc). If the user already...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.