I would try with Excel or alike to import a external datasource for LDAP. This should give you all fields you need.
Main Topics
Browse All TopicsHi,
We are migrating our mail systems over the weekend from an outsourced solution to Exchange 2007.
As part of this migration we have inputted all users mail accounts into the E-Mail field on the users Properties within AD. (The exchange servers are due to be installed tomorrow).
My question is how can I export the user name and mail address to a csv file so I can ensure we have all users mail accounts created there? I have used the csvde.exe command but this is not exporting this field.
I would just lkike this to perform a quick check.
Any help is appreciated.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
if you would like to export any attribute in AD the first basic thing to know is where the objects are stored..
any value in AD can is a attribute...
All objects and their values are in
Start-- run-- ADSIEDIT.MSC
I will help you get those objects if you want.. i use the ADfind tool from joeware.net
i will help you with the query if you want...
Business Accounts
Answer for Membership
by: CrashDummy_MSPosted on 2008-12-09 at 04:41:41ID: 23128618
Try this:
n"
csvde -f output.csv -d "dc=domain,dc=com" -r "(objectClass=user)" -l "givenName,mail,initials,s