I need to import all ad groups in a few OUs into a table in SQL Server 2008. Once I have those I need to import all the members of those groups to a different table. I can use c# to do the work and pass the data to SQL server or do it directly in SQL server.
Suggestions on the best way to approach this?
Arry,
I don’t know exactly, but found some links that may help you. I think the hottest track is this expression:
I found it in LDAP Query for group members on a ColdFusion community’s site. I’m more or less sure the filter can easily be applied to your query. I’m sorry, but I cannot test it, because I have no AD around here.
This one could also be a bit (but less) interesting:
http://forge.novell.com/pipermail/cldap-dev/2004-April/000042.html
Hope this helps, cheers,
Matthias