EAC - Edit Message Approval not updating group moderators.

Carter, J 0 Reputation points
2023-12-06T16:01:05.98+00:00

When I go to Exchange admin center, select a dynamic distribution list or a distribution list, select Settings, select Edit message approval, and then try to update the "Group moderators" or update "Add senders who don't require message approval:", and then Save Changes, the changes appear to stick. However, if I go back into the same distribution list an hour later or day later, the changes don't show and the old moderators and senders are there.

Any suggestions on how to resolve?

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,763 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Danish Gul Khattak 335 Reputation points
    2023-12-06T19:31:14.2566667+00:00

    If changes you make to group moderators or senders in the Exchange admin center don't seem to persist, consider the following steps to troubleshoot the issue:

    Permissions: Ensure that your account has the necessary permissions to make changes to distribution list settings. Check if there are any role-based access controls or policies affecting your ability to modify these settings.

    Browser Cache: Clear your browser cache and try making the changes again. Sometimes, cached data can interfere with displaying the most recent updates.

    Different Browser/Device: Try using a different browser or device to see if the issue persists. This helps rule out browser-specific problems.

    PowerShell Commands: You can also use PowerShell commands to manage distribution list settings. Connect to Exchange Online PowerShell and use the appropriate cmdlets to update the moderators and senders. This might offer a more stable way to make these changes.

    Audit Logging: Check audit logs in the Exchange admin center to see if there are any error messages or events related to the changes you are trying to make. This can provide insights into what might be causing the issue.

    0 comments No comments

  2. Yuki Sun-MSFT 41,201 Reputation points Microsoft Vendor
    2023-12-07T02:24:44.6166667+00:00

    Hi @Carter, J

    What's the detailed CU version of your Exchange server?
    Does this affect some particular dynamic distribution lists/distribution lists or all are affected?
    If there are other administrators in your organization, have the other administrator make the change and see if there would be any difference.

    Besides, it's recommended to change the settings via EMS using syntax similar like below to check the result.

    Set-DistributionGroup(or "Set-DynamicDistributionGroup")  -Identity "DL1" -ModerationEnabled $true -ModeratedBy "user1" -BypassModerationFromSendersOrMembers "user2"
    

    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.

    0 comments No comments

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.