Hello Forum,
I am very new to LDap but need to accomplish next task:
Need to load db table with next attributes: user id, name, mail, manager name, mail for particular Distribution Group.
I get list of users by running dsquery:
dsget group "CN=DF SUPP ALL,OU=Messaging,OU=Distribution Groups,OU=BANK,DC=corp,DC=bankofny,DC=com" -members
Can you please help how by using above information I would construct vbscript to get it into flat file.
I can handle moving data from flat file to db table.
Thank you for your help.
I am very new to LDap but need to accomplish next task:
Need to load db table with next attributes: user id, name, mail, manager name, mail for particular Distribution Group.
I get list of users by running dsquery:
dsget group "CN=DF SUPP ALL,OU=Messaging,OU=Distribution Groups,OU=BANK,DC=corp,DC=bankofny,DC=com" -members
Can you please help how by using above information I would construct vbscript to get it into flat file.
I can handle moving data from flat file to db table.
Thank you for your help.