How to export active directory user information to the CSV File.
In Microsoft windows server, we can easily export active directory information’s to CSV (Coma Separated Value) file. We can use this information to resolve user account and permission issues. For do this please follow the below steps.
- Log on to server by using admin privileged user account.
- Click on start and go to Run and type “cmd” for open command prompt.
- Type this command in command prompt with out quotes ”csvde -f c:\myfile.csv“. You can replace the file name myfile.csv and drive letter C: as you like. You can change drive letters for change your csv file storage location.
- After write this command on command prompt press enter key. This command will write all the user account details to a CSV file where you specified location. You can open this file in excel or text editor for further checking.
