Re: Exchange 2007-Dynamic Distribution Group - Custom Attribute
- From: VeMartin <VeMartin@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 20 Jun 2008 07:37:02 -0700
Bharat,
How then could this be applied to creating a new Address List; for install
all users in the Chicago Office?
And what is the best way to Upgrade or convert Exchange 2003 Address Lists
to Exchange 2007; the "ForceUpgrade command does not work!
Thanks,
Vincent
"Bharat Suneja [MSFT]" wrote:
- Email Address Policies (EAPs), Address Lists, and Dynamic Distribution.
Groups can use the pre-canned filters available in the EMC or from the
shell.
- The pre-canned filters have a smaller set of attributes/properties that
can be used to filter.
- To use additional properties, you need to create the EAP/AL/DDG from the
shell and use the -RecipientFilter parameter to define a filter.
- The list of properties the -RecipientFilter parameter can use are listed
here:
Filterable Properties for the -RecipientFilter Parameter in Exchange 2007
RTM
http://technet.microsoft.com/en-us/library/bb430771(EXCHG.80).aspx
Filterable Properties for the -RecipientFilter Parameter in Exchange 2007
SP1
http://technet.microsoft.com/en-us/library/bb738157(EXCHG.80).aspx
- With commands like Get-Mailbox, you can filter the results on the
server-side using the -Filter parameter. The list of properties that you can
use with -Filter:
Filterable Properties for the -Filter Parameter in Exchange 2007 RTM
http://technet.microsoft.com/en-us/library/bb430744(EXCHG.80).aspx
Filterable Properties for the -Filter Parameter in Exchange 2007 SP1
http://technet.microsoft.com/en-us/library/bb738155(EXCHG.80).aspx
Also:
OPATH: Filterable properties that can be used in Recipient Filters
http://exchangepedia.com/blog/2007/02/opath-filterable-properties-that-can-be.html
- The physicalDeliveryOfficeName LDAP attribute maps to the Office property.
It can be used in a filter (with both - the -RecipientFilter parameter and
the -Filter parameter).
- To create a DDG based on Office:
New-DynamicDistributionGroup "MyDDG" -RecipientContainer
"DC=MyDomain,DC=com" -RecipientFilter {Office -eq "San Francisco"}
- To filter results returned by a cmdlet like Get-Mailbox:
Get-Mailbox -filter {Office -eq "San Francisco"}
--
Bharat Suneja
Microsoft Corporation
blog: exchangepedia.com/blog
This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
----------------------------
<greg.hart@xxxxxxxxxxxxxxxx> wrote in message
news:ede8068a-d335-48cb-b5b3-324e97cfef79@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello all,
I may be missing the mark here, but have been toying with this for a
while and not making much progress. I will also preface this with I
am in no way an 'Exchange Person" so please be kind in the replies.
I am setting up a few Dynamic Distribution lists and for the ones that
we are basing on Department, I have managed to get those to work using
the predefined condition 'Recipient is in a Department. The next
thing I was trying to do was setup Dynamic list for people that had
XYZ in their Office location in AD. I guess I was hoping that I could
set the Custom Attribute to physicalDeliveryOfficeName and use the
custom attribute condition to include the people where Custom
Attribute 1 equals XYZ.
I'm not clear if the custom attributes are attributes exchange is not
predefining, like State, Dept, Company, or if they are custom AD
attributes or soemthing totally different.
So if they are not indended to be used as I am using them above, does
anyone have any thoughts on if I can create a Dynamic Distribution
list and only select people with XYZ as their Office location?
Thanks,
Greg
- References:
- Exchange 2007-Dynamic Distribution Group - Custom Attribute
- From: greg . hart
- Re: Exchange 2007-Dynamic Distribution Group - Custom Attribute
- From: Bharat Suneja [MSFT]
- Exchange 2007-Dynamic Distribution Group - Custom Attribute
- Prev by Date: Re: Public folders still the way to go?
- Next by Date: Re: Public folders still the way to go?
- Previous by thread: Re: Exchange 2007-Dynamic Distribution Group - Custom Attribute
- Next by thread: Re: Exchange 2007-Dynamic Distribution Group - Custom Attribute
- Index(es):
Relevant Pages
|