This operation can only be performed by a manager of the group

Rising Flight 6,096 Reputation points
2022-04-17T17:57:32.257+00:00

Hi All

I am using exchange 2016 hybrid environment. I have an onprem DL and i want to remove a user lets say user1@Company portal .com from the owner of the DL dl1@Company portal .com. i am getting the below error while changing the ownership. Experts guide me.

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

Exchange Online
Exchange Online
A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Exchange | Exchange Server | Management
Exchange | Exchange Server | Management
The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
Exchange | Hybrid management
Exchange | Hybrid management
The administration of a hybrid deployment that connects on-premises Exchange Server with Exchange Online, enabling seamless integration and centralized control.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Andy David - MVP 159.7K Reputation points MVP Volunteer Moderator
    2022-04-17T18:46:48.657+00:00

    https://learn.microsoft.com/en-us/powershell/module/exchange/set-distributiongroup?view=exchange-ps

    Example:

    Set-DistributionGroup ******@contoso.com -BypassSecurityGroupManagerCheck -ManagedBy @{Remove=******@contoso.com}  
    

    Note:

    193685-image.png

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Andy David - MVP 159.7K Reputation points MVP Volunteer Moderator
    2022-04-17T18:02:59.383+00:00

    Use Exchange powershell (On-Prem Exchange)

    https://learn.microsoft.com/en-us/powershell/module/exchange/remove-distributiongroupmember?view=exchange-ps

    Example:

    Remove-DistributionGroupMember -Identity ******@contoso.com  -Member ******@contoso.com -BypassSecurityGroupManagerCheck  
    
    0 comments No comments

  2. Rising Flight 6,096 Reputation points
    2022-04-17T18:14:50.12+00:00

    i want to remove the user from DL owner, user is not the member of the DL.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.