Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Messages are not received when you send messages to a Dynamics Distribution Group in Office 365 Dedicated


View products that this article applies to.

Symptoms

When you send a message to a Dynamics Distribution Group (DDG) in Microsoft Office 365 Dedicated, the message is not received by any recipients. Additionally, you do not receive a non-delivery report (NDR).�

↑ Back to the top


Cause

This problem occurs because the recipeintcontainer�attribute of the DDG is set to an organizational unit (OU) that does not contain user objects when the DDG filter is configured to retrieve user objects.

In Office 365 Dedicated, there are separate OUs for Users, Groups, and Contacts.

When you create a DDG, you should specify the�recipientcontainer�attribute to use the User's OU.� If you create the DDG without specifying the�recipientcontainer�attribute, the�recipientcontainer�attribute will be set to the OU where the DDG is created. Generally, the OU is the Group's OU.

↑ Back to the top


Resolution

To resolve this problem, set the recipientcontainer�attribute of the existing DDGs to the User's OU. To do this, run the following cmdlet:�
Set-DynamicDistributionGroup TestDDG@contoso.com�-recipientcontainer "xxxd.mgd.msft.net/MMSSPP/Users"
For new DDGs that you create, specify the recipientcontainer�attribute to the User's OU. To do this, include the following command in the New-DynamicDistributionGroup cmdlet:�
-recipientcontainer "xxxd.mgd.msft.net/MMSSPP/Users"

To get the number of users in a DDG, run the following cmdlets:
$DDG = Get-DynamicDistributionGroup "<identity>"
$DDG2 = Get-Recipient -RecipientPreviewFilter $DDG.RecipientFilter
$DDG2.count

Note This will give an impact of the number of the affected users.

↑ Back to the top


Keywords: KB2623206, vkbportal226

↑ Back to the top

Article Info
Article ID : 2623206
Revision : 3
Created on : 3/5/2013
Published on : 3/5/2013
Exists online : False
Views : 315