In Exchange 2010 SP1 How do I create an Address Policy in based on a Group from Active Directory
I recently upgraded from Exchange 2003 to Exchange 2010. In Exchange 2003 we had setup an Address Policy that automaticly assigned an SMTP E-Mail address to users in a Group. I want to be able to do that in Exchange 2010. Can anyone provide information on how to do this? I created groups in Active Direcrtory like EmailDomain1, EmailDomain2, and EmailDomain3. I want exchange to automatically add the correct SMTP email address based on which group they are in. For example I put John Smith into the group EmailDomain1 and exchange would add an SMTP e-mail address jsmith@domain1.com. and I put Fred Flinstone into the EmailDomain2 group and exchange would add an SMTP e-mail address fflinstone@domain2.com etc...
January 22nd, 2011 6:57pm

On Sat, 22 Jan 2011 23:51:56 +0000, bilboman7 wrote: > > >I recently upgraded from Exchange 2003 to Exchange 2010. In Exchange 2003 we had setup an Address Policy that automaticly assigned an SMTP E-Mail address to users in a Group. I want to be able to do that in Exchange 2010. Can anyone provide information on how to do this? I created groups in Active Direcrtory like EmailDomain1, EmailDomain2, and EmailDomain3. I want exchange to automatically add the correct SMTP email address based on which group they are in. For example I put John Smith into the group EmailDomain1 and exchange would add an SMTP e-mail address jsmith@domain1.com. and I put Fred Flinstone into the EmailDomain2 group and exchange would add an SMTP e-mail address fflinstone@domain2.com etc... How about something like this? New-EmailAddressPolicy "CaveMen" -RecipientFilter {((MemberOfGroup -eq "CN=EmailDomain1,OU=Groups,DC=Domain,DC=com") -and (RecipientType -eq 'UserMailbox'))} -EnabledPrimarySMTPAddressTemplate 'SMTP:%g1%s@domain.com' --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
January 22nd, 2011 7:53pm

That worked perfectly. Thank you so much for the assistance.
January 23rd, 2011 12:33am

Hi, More information about the usage of New-EmailAddressPolicy command http://technet.microsoft.com/en-us/library/aa996800(EXCHG.80).aspxPlease 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. Thanks Gen Lin-MSFT
Free Windows Admin Tool Kit Click here and download it now
January 30th, 2011 9:40pm

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

Other recent topics Other recent topics