Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Original KB number: 2675738
Symptoms
Consider the following scenario:
- You install Exchange Server 2010 SP1.
- You start the Exchange Management Console (EMC).
- You create a distribution group.
- You view the properties of the distribution group.
- On the Group Information tab, you try to add a user to the Managed by group.
In this scenario, you may receive an error message that resembles the following one:
You don't have sufficient permissions. This operation can only be performed by a Manager of the group
Note
This issue doesn't occur in Exchange Server 2010.
Cause
This issue occurs because the EMC cmdlet doesn't include the -BypassSecurityGroupManagerCheck
parameter.
Workaround
To work around this issue, follow these steps:
Run the following Exchange Management Shell (EMS) command in which dl_name is the name of the distribution group, and user_name is the name of the user whom you want to add:
Set-DistributionGroup -Identity dl_name -ManagedBy user_name -BypassSecurityGroupManagerCheck
Force Active Directory Domain Services replication.
Open the EMC, and verify that the user was granted ownership of the distribution list.