CSVDE to fetch User data into csv
February 6th, 2011 by Awinish Vishwakarma and tagged Active Directory
Command to find the entire user in domain & redirecting the output in CSV.
csvde -f c:User.csv -s dcname -t 389 -r (objectClass=user) -l co,department,distinguishedName,employeeID,facsimileTelephoneNumber,givenName,initials,l,mail,mobile,objectGUID,personalTitle,
physicalDeliveryOfficeName,sAMAccountName,sn,telephoneNumber,title,userAccountControl
Posted in Directory Services, Misc | No Comments »