Import Contacts through CSV file
Is there a way to import 2500 contacts into exchange 2007 from CSV file please?
Thank you in advance.
mxarun
April 22nd, 2007 9:51am
Hi Mxarun,
You can use the utility CSVDE tom import all contact into the AD.
Here is the minimum attributes to create a contact.
objectClass,displayName,DN,mailNickname,targetAddress,proxyAddresses,msExchPoliciesExcluded,mail
contact,Aaron Adams,"CN=Aaron Adams,OU=Category, OU=Distribution, DC=Domain, DC=com", aadams, SMTP:aadams@domain.com,SMTP:aadams@domain.com,{26491CFC-9E50-4857-861B-0CB8DF22B5D7},aadams@domain.com
If you have any issue create a contact manually an then dump using the command csvde to compare the attributes required.
CSVDE -F CONTACTS.CSV -R "(objectclass=contact)"
http://support.microsoft.com/default.aspx/kb/327620
VRodrigues
Free Windows Admin Tool Kit Click here and download it now
April 22nd, 2007 4:48pm
It worked. lots of modification.
thanks a million. you saved me lots of hassell and time.
thanks
arun
April 22nd, 2007 7:56pm