Hello!
Guys, I'm 3 days trying to import a Mail Contacts List in Exchange Server 2010 SP1 and so far I could not.
The contents of the CSV is:
Rodrigo Sales,rodrigo.sales@itambe
.net,itamb
e.net/User
s
Joao Silva,joao.silva@itambe.ne
t,itambe.n
et/Users
I ran the following command in the Exchange Management Shell and appears ">>".
Import-CSV C:\contatos.csv | ForEach-Object{New-MailCon
tact -ExternalEmailAddress $_.Email -Name $_.Name -OrganizationalUnit $_.itambe.net/Users
>>
http://mondexflex.com.br/uploads/default/files/import_mail_contacts_list.png
Please can someone help me?
Thank you.
Paulo Souza