Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Thu, 8 May 2008 11:54:50 -0400,    group: microsoft.public.exchange.admin        back       


Email address policy per AD domain   
Hi,

In a multi-domain forest, where each domain has their own SMTP ( country 
based ) domain, is there an easy way to configure Email Address policies so 
that if user is in domain A, they will get company.com, and user b is in 
domain B, they will get company.uk...

So is there a way to have the SMTP email address be decided via user's AD 
domain.

Thanks !!!

--
date: Thu, 8 May 2008 11:54:50 -0400   author:   Thinkpad21

Re: Email address policy per AD domain   
Forgot to say this is an Exchange 2007 Org with still Exchange 2003 Admin 
groups left in it..

Thanks !!!


"Thinkpad21"  wrote in message 
news:%23IsrFQSsIHA.5580@TK2MSFTNGP04.phx.gbl...
> Hi,
>
> In a multi-domain forest, where each domain has their own SMTP ( country 
> based ) domain, is there an easy way to configure Email Address policies 
> so that if user is in domain A, they will get company.com, and user b is 
> in domain B, they will get company.uk...
>
> So is there a way to have the SMTP email address be decided via user's AD 
> domain.
>
> Thanks !!!
>
> -- 
>
>
date: Thu, 8 May 2008 11:59:04 -0400   author:   Thinkpad21

RE: Email address policy per AD domain   
Hi
the logon domain is not a filterable attribute and the distinguished name 
attribute is filterable but doesn't accept wildcards.

so the answer is NO.
but may be:
the user principle name can be used with wildcards
if you have UPNs per domain? you could use this attribute 
Set-EmailAddressPolicy -id Test  -RecipientFilter {RecipientType -eq 
'UserMailbox' -and userprincipalname -like "*@domainA.com"}

or you take two steps to reach your aim:
in the first step you ask for users in your domain
get-user | where-object {$_.DistinguishedName -like "*DC=domainA,DC=com"}

pipe this into a set-user and write a special attribute (i.e custom 
attribute 1-15) that you than use in your emailaddresspolicy later.

Henry





"Thinkpad21" wrote:

> Hi,
> 
> In a multi-domain forest, where each domain has their own SMTP ( country 
> based ) domain, is there an easy way to configure Email Address policies so 
> that if user is in domain A, they will get company.com, and user b is in 
> domain B, they will get company.uk...
> 
> So is there a way to have the SMTP email address be decided via user's AD 
> domain.
> 
> Thanks !!!
> 
> -- 
> 
> 
>
date: Thu, 8 May 2008 11:21:06 -0700   author:   Henry

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us