Import Distribution list contacts with EMS from csv file
I want to import contacts from csv periodically with task scheduler to public folder contacts . Any ideas how to make with EMS 2007 ? Tanks in advance
May 4th, 2011 3:08am

Hi Exchange 2007 EMS Scenario: Bulk create MailContacts based on a CSV file Shell one-liner: # contacts.csv is a sample csv file containing below columns: # name,company,department,displayName,targetAddress,mailNickname import-csv contacts.csv | foreach { new-mailcontact -alias $_.mailnickname -name $_.displayName -ExternalEmailAddress $_.targetaddress -org Users } If you want to know details . You can read this blog mail contact paragraph http://blogs.technet.com/b/exchange/archive/2006/09/18/3394902.aspx Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
May 4th, 2011 10:46pm

Hi I see this before . I dont want to add contacts in active directory . How i can add destination to specific public folder in Exchenge 2007 ?
May 12th, 2011 4:02pm

Hi I am sorry for misunderstanding your aim. You can read blog about Bill Long. He focus on public folder. http://blogs.technet.com/b/bill_long/archive/2010/04/23/importing-public-folder-contacts-from-a-csv-file.aspx He explains it clearly. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
May 12th, 2011 9:42pm

Hi I am sorry to misunderstand your aim. You can read blog about Bill Long. He focus on public folder. http://blogs.technet.com/b/bill_long/archive/2010/04/23/importing-public-folder-contacts-from-a-csv-file.aspx He explains it clearly. Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
May 12th, 2011 9:49pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics