Imports and exports data from Active Directory
I use this command to get all users information from my domain (spsb.net.my) in one of the OU (head quarters). The output file would be user-hq-ou.csv. csvde -f user-hq-ou.csv -d "OU=head quarters,DC=spsb,DC=net,DC=my" -r (objectClass=user) The full explanation is as follows: Csvde Imports and exports data from Active Directory using files that store data in the comma-separated value (CSV) format. You can also support batch operations based on the CSV file format standard. Syntax csvde [ -i ] [ -f FileName ] [ -s ServerName ] [ -c String1 String2 ] [ -v ] [ -j Path ] [ -t PortNumber ] [ -d BaseDN ] [ -r LDAPFilter ] [ -p Scope ] [ -l LDAPAttributeList ] [ -o LDAPAttributeList ] [ -g ] [ -m ] [ -n ] [ -k ] [ -a UserDistinguishedName Password ] [ -b UserName Domain Password ] Parameters -i Specifies import mode. If not specified, the default mode is export. -f FileName Identifies the import or export file name. -s ServerN...