The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
Hi,
In my lab it's easy to change the container:
When you run "Get-OrganizationalUnit |fl name", can you find "abc.org\employees" listed?
And is it changed in "Get-DynamicDistributionGroup ddg2|fl RecipientContainer"?
How did you check the OU members, the correct commands are:
$FTE = Get-DynamicDistributionGroup "ddg2"
Get-Recipient -RecipientPreviewFilter $FTE.RecipientFilter -OrganizationalUnit $FTE.RecipientContainer
Besides, which CU are you in? On-premise Exchange server or Exchange online?
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.