Exchange 2007 SP3. I have a csv of over 500 rows, with displayname and
proxyAddresses in it as the columns. The proxyAddresses column has
anywhere from 3 to 7 smtp: addresses in it, comma delimited. Is there
anyway to add the email addresses to our users? They are all in one
OU.

I've been trying hundreds of variations of this:



Import-CSV "C:\data\test.csv" | foreach-object -process { Get-mailbox
-identity $_.displayname | update-list -property emailaddresses -Add
$_.proxyAddresses | Set-Mailbox}

Not having any luck at all.

All help greatly appreciated!

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe exchangelist

Reply via email to