I am Dale Hayter, a Microsoft and VMware certified Technical Consultant.

My blog has been built up over the years from my experience of working on an IT helpdesk and also from being out on-site.

Exchange 2013 – You don’t have sufficient permissions. This operation can only be performed by a manager of the group

If you try to make changes to a distribution group and do not have the necessary permissions you will receive the error :

You don't have sufficient permissions. This operation can only be performed by a manager of the group
DisGroup

To fix this issue you need to grant yourself permissions using Exchange powershell.

First of all open an elevated Exchange powershell session.

Then run the command :-

Set-DistributionGroup -Identity "Group Name" -ManagedBy "User / Group" –BypassSecurityGroupManagerCheck