Does anyone know of a utility that can extract LDAP data from Active Directory to populate a MSSQL database? I know there are tools like CSVDE and ldifde etc but is there a cleaner solution that doesn't require having to learn all the LDAP fields and command line paramaters (forgive me if I sound lazy) or would it be worth the time trying to do up scripts?
You can look up the attribute and class names in the platform sdk. I'd recommend actually consider using adfind from joeware.net. It has a csv export option and a lot of other things ldifde and csvde don't have. -- Thanks, Brian Desmond Windows Server MVP www.briandesmond.com "Des" wrote in message news:C47EF656-0127-499B-95CF-7F0BFABA3759@microsoft.com... > Does anyone know of a utility that can extract LDAP data from Active > Directory to populate a MSSQL database? I know there are tools like CSVDE > and ldifde etc but is there a cleaner solution that doesn't require having > to > learn all the LDAP fields and command line paramaters (forgive me if I > sound > lazy) or would it be worth the time trying to do up scripts?