Dynamic distribution list -RecipientFilter not working

Alvin Shih 1 Reputation point
2022-06-15T18:08:48.92+00:00

I use the recipientFilter for DynamicDistributionGroup. Like this:
PS> set-DynamicDistributionGroup -identity UserPolicy -RecipientFilter "{((Department -eq 'ourDepart'))}"

And i can check this using as below command:
PS> Get-Recipient -RecipientPreviewFilter (Get-DynamicDistributionGroup "userpolicy").RecipientFilter

It can show the correct result from output:
Name RecipientType
---- -------------
Alvin UserMailbox
Alvin XXX Test UserMailbox

But why i didn't get any mail after i use the userpolicy@xxxxxxxxxxxxx .com for recipient?

My Enviroment is Exchange Server 2019 on Windows Server 2019.

Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
560 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.