adLDAP

apt-get install php5-ldap

http://adldap.sourceforge.net

http://www.darksideofthecarton.com/code/php-adldap/

users all() search : http://php.net/manual/de/function.ldap-search.php

ldapsearch -x -LLL -h ad01.example.net -D user -b 'DC=example,DC=net' -w abc123 wikitestuser@demodomain.at

 

https://samjlevy.com/php-ldap-membership/

csvde

Exports from Active Directory into CSV

Example cmd:

csvde -u -d "OU=Test,DC=example,DC=com" -r "(objectClass=user)" -l "DN, objectClass, name, sAMAccountName, givenName, sn, mail, mobile, member, memberOf" -f c:\ad.csv

-u = Unicode (Umlauts etc)
-d = LDAP Subtree
-r = Limit eg. only users
-l = Export only certain fields
-f = Output filename

http://www.rlmueller.net/ADOSearchTips.htm

http://www.computerperformance.co.uk/Logon/Logon_CSVDE.htm

http://blog.dikmenoglu.de/Massenimporte+Und+Exporte+Mit+CSVDE+Und+Der+ADPowerShell+Durchführen.aspx

dsde

http://msdn.microsoft.com/en-us/library/windows/desktop/aa813599(v=vs.85).aspx