Dynamic distribution list did not add member based on

Calvin Goodman 86 Reputation points
2023-04-19T17:27:29.9733333+00:00

I created few "Dynamic distribution lists" in EAC based on "Department" a week ago but not a single member has been added to any of this groups. I'm sure the department names are provided correctly. I also noticed the "Assigned" shown in "Member Type" column. Is it supposed to show "Dynamic"? I may have overlooked something simple. Any suggestion is appreciated. Thanks Calvin User's image

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,171 questions
0 comments No comments
{count} votes

Accepted answer
  1. Xuyan Ding - MSFT 7,601 Reputation points
    2023-04-20T05:50:03.56+00:00

    Hi @Calvin Goodman ,

    • Have you checked the members of a dynamic distribution group by running the following PowerShell command? Won't show any members?
    $FTE = Get-DynamicDistributionGroup -Identity "dynamic1"
    Get-Recipient -RecipientPreviewFilter ($FTE.RecipientFilter)
    

    User's image

    User's image


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.