Dynamic Distribution Group in Exchange Server exclude some user in the group

Dear Expert,

About the MS-Exchange, which we have to build a Dynamic Distribution Group for everyone such as everyone@contoso.com if we want to make some user does not only to receive E-Mail in a group everyone. can do or not?

Thank you


July 8th, 2013 12:46am

Are you looking to create a DDL for everyone in company but exclude certain individuals?  If so, you can do it but will need to create the DDL with powershell and customize the filter.

For example:

New-DynamicDistributionGroup -Name "All Users" -RecipientFilter {(RecipientType -eq "UserMailbox") -and (Title -notlike "Director*")}

J.

Free Windows Admin Tool Kit Click here and download it now
July 8th, 2013 10:18am

Hi

I'm not very clear your meaning, if you want to filter some recipient, you can try Jason's advice. You can also put those users to a new ou, and apply the filter to users OU, if all the mailbox accounts are in Users OU.

If you have any feedback on our support, please click here

July 9th, 2013 4:25am

Any update ?

If you have any feedback on our support, please click here
Free Windows Admin Tool Kit Click here and download it now
July 13th, 2013 11:14pm

Thank you for your help.
July 15th, 2013 2:32am

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

Other recent topics Other recent topics