Hi All
I need some help on a vbscript that uses ldap_matching_rule_in_chain to add all users whose top level manager into a
Distribution List. I have this portion working perfectly and it returns exactly what i needed but im stuck as to how to check if they are in a group and if not add them...
Hello
The bottom script is used ot retrieve the ManagedBy attribute of a Distribution List as part of our termination process. Since we have thousands of DL's, when we cannot afford to have the script loop thru each DL each time a username is called.(I realize I may have cause this by the...
Hello again.
I have an .aspx home page that allows you to enter multiple users(one on each line) and when you click submit it should query A/D and return the requested attribs. Problem is, it only works when I use a single text box and enter one user, but when I made it into a multiple text box...
Hello All
I use the below query to retrieve a username and extensionattribute7 from Active Directory. attrib7 contains version numbers of backup software installed on end user machines. i.e 6.2, 8.2.1 etc...
I would like to take the info from that attrib and find out how manu total versions of...
I have a number of DL's that I need to update the managed by field. All the DL's are located in the same OU. The script I am using is the following
Set objGroup = GetObject _
("LDAP://cn=Scientists,ou=R&D,dc=NA,dc=fabrikam,dc=com")
objGroup.Put "managedBy"...
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.