Distribution Group outlook error message

Asked By 40 points N/A Posted on -
qa-featured

Suppose User1 attempt to insert a fresh member to the DistributionGroup1 distribution group, User1 receives this error message

 
“Changes to the distribution group list membership could not be saved. You do not have sufficient permissions to perform this operation on this object”.
What should I do now?
 
SHARE
Answered By 0 points N/A #198016

Distribution Group outlook error message

qa-featured

Hi Otis,

This issue occurs when you try to delete distribution list members who no longer have mailboxes, but are still present in AD DS as disabled accounts.

To fix, it follow those steps:

1.    Click Start point to All Programs, point to Exchange Server 2010, and then click Exchange Management Shell.

2.    At the command prompt, run the following cmdlet:

New-RoleGroup DistributionGroupManagement -Roles "Distribution Groups"

3.    At the command prompt, run the following cmdlet:

Add-RoleGroupMember DistributionGroupManagement -Member UserName

4.     Open Outlook and try to remove the members that your couldn't remove before from your distribution list.

Regards,

Pamela Conley

Related Questions