Configuring a Dynamic Distribution List using a Not Equal under Condition tab
We have Exchange 2007 SP2 and are trying to create a dynamic distribution list with a Not Equals statement in the Conditions tab but are unable to find a Not Equals option. Can anyone point us in the right direction?
May 29th, 2012 11:38am

On Tue, 29 May 2012 15:29:34 +0000, dvua wrote: >We have Exchange 2007 SP2 and are trying to create a dynamic distribution list with a Not Equals statement in the Conditions tab but are unable to find a Not Equals option. Can anyone point us in the right direction? Use the EMS to create the DDL. --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
May 29th, 2012 6:11pm

Hi dvua, Any updates? You can use the New-DynamicDistributionGroup with parameter -RecipientFilter to create it. For more information, please see: New-DynamicDistributionGroup http://technet.microsoft.com/en-us/library/bb125127(v=exchg.80).aspxFrank Wang TechNet Community Support
May 30th, 2012 4:07am

Hi dvua, Any updates? You can use the New-DynamicDistributionGroup with parameter -RecipientFilter to create it. For more information, please see: New-DynamicDistributionGroup http://technet.microsoft.com/en-us/library/bb125127(v=exchg.80).aspxFrank Wang TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
May 30th, 2012 4:15am

New-DynamicDistributionGroup -Name "Pacific Northwest" -Alias "Pacific_Northwest" -OrganizationalUnit "contoso.com/Users" -RecipientFilter {((RecipientType -eq 'UserMailbox') -and ((CustomAttribute1 -ne DeletedUser) -or (CustomAttribute -Notlike 'Deleted*')))} -RecipientContainer "contoso.com" You can use something like this. Better to use -Notlike instead of -Ne ((CustomAttribute1 -ne DeletedUser) -or (CustomAttribute -Notlike 'Deleted*')Satheshwaran Manoharan | Exchange 2003/2007/2010 | Blog:http://www.careexchange.in | Please mark it as an answer if it really helps you
May 30th, 2012 11:57am

New-DynamicDistributionGroup -Name "Pacific Northwest" -Alias "Pacific_Northwest" -OrganizationalUnit "contoso.com/Users" -RecipientFilter {((RecipientType -eq 'UserMailbox') -and ((CustomAttribute1 -ne DeletedUser) -or (CustomAttribute -Notlike 'Deleted*')))} -RecipientContainer "contoso.com" You can use something like this. Better to use -Notlike instead of -Ne ((CustomAttribute1 -ne DeletedUser) -or (CustomAttribute -Notlike 'Deleted*')Satheshwaran Manoharan | Exchange 2003/2007/2010 | Blog:http://www.careexchange.in | Please mark it as an answer if it really helps you
Free Windows Admin Tool Kit Click here and download it now
May 30th, 2012 12:06pm

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

Other recent topics Other recent topics