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

Rising Flight 4,216 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

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,388 questions
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,503 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,999 questions
0 comments No comments
{count} votes

2 additional answers

Sort by: Most helpful
  1. Andy David - MVP 145.6K Reputation points MVP
    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 dl1@contoso.com  -Member user1@contoso.com -BypassSecurityGroupManagerCheck  
    
    0 comments No comments

  2. Rising Flight 4,216 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