Dynamic Distribution Group

IN AD I have a OU call Seattle, under that I have two OU's. Employees1 and Employee2. Each OU is populated with different Exchange 2013 / AD accounts.

When I create a Dynamic Distribution group for mailing, can I just specify the OU to Seattle and it will automatically filter down to both users?
(Dynamic Group is set to of course, mailbox user only)...

Thank you.

Brett

August 26th, 2015 1:04pm

Hi Brett:

Please try the following command in EMS:

New-DynamicDistributionGroup -IncludeRecipients MailboxUsers -Name "Employee1 Users" -OrganizationalUnit "CU1.com/Seattle/Employees1"

Additionally, we can also use EAC to create the Dynamic Distribution group with specific OU:

Regards,

Free Windows Admin Tool Kit Click here and download it now
August 27th, 2015 5:54am

Hi Winnie, you missed my question.
I figured it out tho...
using this example and edited it for my purposes showed all users in all sub folder OU's.
$MarketingDepartment = Get-DynamicDistributionGroup -Identity "Marketing Department"
Get-Recipient -RecipientPreviewFilter $MarketingDepartment.RecipientFilter -OrganizationalUnit $MarketingDepartment.RecipientContainer

So it should stand to reason when someone wishes to send to this dynamic distribution group, all mailboxes in in the below OU's will get the emails...

So sending to Domain\Sites\Seattle will deliver to users in:
Domain\Sites\Seattle\Employee1
Domain\Sites\Seattle\Employee2

thank you

  • Marked as answer by bflagg 13 hours 25 minutes ago
August 28th, 2015 2:07pm

Hi Winnie, you missed my question.
I figured it out tho...
using this example and edited it for my purposes showed all users in all sub folder OU's.
$MarketingDepartment = Get-DynamicDistributionGroup -Identity "Marketing Department"
Get-Recipient -RecipientPreviewFilter $MarketingDepartment.RecipientFilter -OrganizationalUnit $MarketingDepartment.RecipientContainer

So it should stand to reason when someone wishes to send to this dynamic distribution group, all mailboxes in in the below OU's will get the emails...

So sending to Domain\Sites\Seattle will deliver to users in:
Domain\Sites\Seattle\Employee1
Domain\Sites\Seattle\Employee2

thank you

  • Marked as answer by bflagg Friday, August 28, 2015 6:06 PM
Free Windows Admin Tool Kit Click here and download it now
August 28th, 2015 6:05pm

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

Other recent topics Other recent topics