Add additional Conditions to AddressList
Hello there Im about to create an address list for one of our companies in a country. When I create a new address list, i just can set some of conditional filters as told in: http://technet.microsoft.com/en-us/library/bb124384.aspx Now my question is, is it possible to add custom conditional settings as for example "ConditionalCountry" or things like that? thanks for reply. uerueluem
October 6th, 2009 11:25am

Yes, you can use use RecipientFilter paramenter of New-AddressList cmdlet to create custom filter... How to Create an Address List By Using Recipient Filters http://technet.microsoft.com/en-us/library/bb123718.aspx Filterable Properties for the -RecipientFilter Parameter in Exchange 2007 SP1 and SP2 http://technet.microsoft.com/en-us/library/bb738157.aspx Example: New-AddressList -Name "USA Mailboxes" -RecipientFilter {((RecipientType -eq 'UserMailbox') -and (CountryOrRegion -eq 'USA'))}Amit Tank | MVP Exchange Server | MCITP: EMA | MCSA: M | http://ExchangeShare.WordPress.com
Free Windows Admin Tool Kit Click here and download it now
October 6th, 2009 11:54am

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

Other recent topics Other recent topics