Dynamic DL Group - Unable to remove user

Kak Tak 11 Reputation points
2022-01-10T15:07:28.403+00:00

Hi All,

I have a problem with removing users from dynamic DL group. Rule was configured to accept all users with Company attribut populated but even if you remove the attribut from the user, the user is still present in the group. I don't know what to do.

Please help.

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,195 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 16,986 Reputation points MVP
    2022-01-10T16:32:26.477+00:00

    Users should be removed from Dynamic Distribution group automatically, when the user attribute is not matching the filter criteria.
    To understand the issue better, use PowerShell and see, if the user with un matched attributes are actually exists

    $DDG = Get-DynamicDistributionGroup "Dynamic distribution group name"
    
    Get-Recipient -RecipientPreviewFilter $DDG.RecipientFilter
    
    0 comments No comments