Exchange 2010 - add additional SMTP addresses
Hi
We need to add additional SMTP addresses for multiple users, based on their A.D. OU - Exchange 2010 SP1
Is there a powershell script way of doing this for multiple users ? I've found a couple of scripts to do this for individual users but not for many.
Thanks
June 1st, 2011 11:10am
Hi,
You could use an e-mail address policy - based on OU location. That would also secure that future recipients would get the desired e-mail addresses
http://technet.microsoft.com/en-us/library/bb125137.aspx
Leif
Free Windows Admin Tool Kit Click here and download it now
June 1st, 2011 11:47am
Hi
Thanks for that.
It's possible some people will have different addresses from others and I think (correct me if I'm wrong ?) the policy would apply the addresses to ALL users so they would all have the same SMTP addresses ?
Thanks
June 1st, 2011 12:07pm
As Leif said, OU Based policy, hence when you apply the policy it will be applied on those users only who are in that OU.
Cheers,Gulab | MCITP: Exchange 2010 | MCITP: Exchange 2007 | Skype: Gulab.Mallah | Blog: www.ExchangeRanger.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
June 1st, 2011 12:29pm
Hi jarweb,
Yes, you can apply the policy based on
OU.
Select the recipient container where you want to apply the filter
If you want to specify a different recipient container, click Browse to open the Select Organizational Unit dialog box. Specify an organizational unit (OU), and then click OK. The recipient container filters the recipients that the e-mail address policy
will affect based upon their location in Active Directory.
Here are some related documents for you:
Edit an E-Mail Address Policy
http://technet.microsoft.com/en-us/library/bb124580.aspx
New-EmailAddressPolicy
http://technet.microsoft.com/en-us/library/aa996800.aspx
You also can follow this thread (use CSV file to add email address):
Powershell Add Secondary SMTP Address in bulk for Exchange Server 2010 SP1
http://social.technet.microsoft.com/Forums/en-US/exchangesvradmin/thread/4dab79d2-9e66-49ab-824c-1999c08d805f
Thanks,
Evan Liu
TechNet Subscriber Support
in forum
If you have any feedback on our support, please contact
tngfb@microsoft.com
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.
June 2nd, 2011 9:55am
1. There's a number of filters you can use. When you create a EAP you dont have to always apply to all the users. If users aren't in a particular OU then you can target users based on other attributes such as office, location etc... If you want
yu can create your own customer attribute and set this for users and then base your EAP on that so that those specifc users get the additional SMTP.
2. You can also use admodifym this is a handy tool -
http://technet.microsoft.com/en-us/library/aa996216(EXCHG.65).aspxSukh
Free Windows Admin Tool Kit Click here and download it now
June 2nd, 2011 12:15pm
While I agree that you should use a policy based on OU, here is a script which you can easily adapt to your needs if you for some reason still prefer to use PowerShell.
Add proxyAddresses for 1000+ users?
http://social.technet.microsoft.com/Forums/en/exchangesvradmin/thread/9fdf3f7c-cffb-43cd-a8a6-dbbde850c29c
MCTS: Messaging | MCSE: S+M
June 2nd, 2011 1:41pm
Hi jarweb,
Any updates on this issue?
Thanks,
Evan Liu
TechNet Subscriber Support
in forum
If you have any feedback on our support, please contact
tngfb@microsoft.com
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
June 7th, 2011 5:33am