Export Exchange legacy DN For contacts or users to a csv file with Csvde

Open CMD:

Run:

 

For contacts:

Csvde -d  “OU=MyContacts,DC=Idit,DC=local” -r “(objectClass=contact)” -f c:\Idit-Contacts.csv

For users:

Csvde -d  “OU=MyContacts,DC=Idit,DC=local” -r “(objectClass=users)” -f c:\Idit-Users.csv

 

This entry was posted in Exchange 2010, Microsoft Exchange. Bookmark the permalink.

Leave a Reply