Use powershell and bypass the manager requirement
Update-DistributionGroupMember -Identity "Research Reports" -Members @contoso.com,@contoso.com,@contoso.com,@contoso.com -BypassSecurityGroupManagerCheck
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi All
i am using exchange 2016 hybrid environment. i have a mail enabled security group in exchange onprem lets say ******@contoso.com. when i am trying to add one user as a owner lets say user1 i am getting the below error.
You don't have sufficient permissions. This operation can only be performed by a manager of the group.
Use powershell and bypass the manager requirement
Update-DistributionGroupMember -Identity "Research Reports" -Members @contoso.com,@contoso.com,@contoso.com,@contoso.com -BypassSecurityGroupManagerCheck
Hi,@Rising Flight
Thanks for posting your question in the Microsoft Q&A forum.
Based on your description, you seem to be experiencing permission issues.I checked the official documentation, which provides two solutions.1.You may lack the following permissions:
2.Add yourself to the attribute ManagedBy
You can refer to this link for the exact method:https://learn.microsoft.com/en-us/exchange/troubleshoot/groups-and-distribution-lists/no-sufficient-permissions-moving-dg?source=recommendations
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.