Exchange 2013 and Custom RecipientFilter in Dynamic Distribution Groups
So I created a Custom Dynamic Distribution Group using this command New-DynamicDistributionGroup -Name "Phil Test" -RecipientFilter { (Title -like 'Sr. System Admin') } -RecipientContainer "MyDomain.com/Exchange Groups" The Group Creates Without issue. If I view who the Emails using the commands below I get the Correct list. $DDGNArray = Get-DynamicDistributionGroup $DDGName Get-Recipient -RecipientPreviewFilter $DDGNArray.RecipientFilter Group Show up in address list. But If I send a email to this group the Recipient never get the Email. How can I debug? Also A side note, if I edit the Group in the GUI it destroys the custom Filter, Is that normal??
May 21st, 2013 3:10pm

On Tue, 21 May 2013 12:10:41 +0000, DrPepper808 wrote: >So I created a Custom Dynamic Distribution Group using this command New-DynamicDistributionGroup -Name "Phil Test" -RecipientFilter { (Title -like 'Sr. System Admin') } -RecipientContainer "MyDomain.com/Exchange Groups" The Group Creates Without issue. If I view who the Emails using the commands below I get the Correct list. $DDGNArray = Get-DynamicDistributionGroup $DDGName Get-Recipient -RecipientPreviewFilter $DDGNArray.RecipientFilter Group Show up in address list. But If I send a email to this group the Recipient never get the Email. How can I debug? Are the recipients you want to receive e-mail when this DDL s used all in the "Exchange Groups" OU? I'm guessing not. If you want anythin in the AD domain that matches your RecipientFilter, change the -RecipientContainer to be the root of the AD domain ("mydomain.com") >Also A side note, if I edit the Group in the GUI it destroys the custom Filter, Is that normal?? Yes. --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
May 22nd, 2013 12:53am

On Tue, 21 May 2013 12:10:41 +0000, DrPepper808 wrote: >So I created a Custom Dynamic Distribution Group using this command New-DynamicDistributionGroup -Name "Phil Test" -RecipientFilter { (Title -like 'Sr. System Admin') } -RecipientContainer "MyDomain.com/Exchange Groups" The Group Creates Without issue. If I view who the Emails using the commands below I get the Correct list. $DDGNArray = Get-DynamicDistributionGroup $DDGName Get-Recipient -RecipientPreviewFilter $DDGNArray.RecipientFilter Group Show up in address list. But If I send a email to this group the Recipient never get the Email. How can I debug? Are the recipients you want to receive e-mail when this DDL s used all in the "Exchange Groups" OU? I'm guessing not. If you want anythin in the AD domain that matches your RecipientFilter, change the -RecipientContainer to be the root of the AD domain ("mydomain.com") >Also A side note, if I edit the Group in the GUI it destroys the custom Filter, Is that normal?? Yes. --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
May 22nd, 2013 12:53am

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

Other recent topics Other recent topics