Exchange 2010 new address list based on description
Thanks, that will creat a distribution group, not an addresslist, but I have modified your command to: New-AddressList -Name "AddresslistName" -RecipientFilter { ((RecipientType -eq 'UserMailbox') -or (RecipientType -eq 'MailContact') -or (RecipientType -eq 'Contact')) -and (Description -eq 'Text in Discription field') } And it seems to work :-) Many thanks.
August 13th, 2011 7:37am

We would like to create a new address list in Exchange 2010, the address list should be based on the description field. How can I manage this ?
Free Windows Admin Tool Kit Click here and download it now
August 14th, 2011 5:37am

Use the following in EMS New-DynamicDistributionGroup -Name “GroupNameHere” -OrganizationalUnit “domain.org/OU-Name” -RecipientFilter { ((RecipientType -eq ‘UserMailbox’) -or (RecipientType -eq ‘MailContact’) -or (RecipientType -eq ‘Contact)) -and (Description -eq ‘Text in Discription field’) } MCSE | MCITP - Server 2008, Exchange 2007, Exchange 2010
August 14th, 2011 6:30am

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

Other recent topics Other recent topics