unable to add owner

Roger Roger 5,791 Reputation points
2024-08-22T11:25:13.62+00:00

Hi All

I am using Exchange 2016 hybrid environment. i have a Distribution List created in onprem. I want to add couple of owners to it. i am getting below error When i try to add them from GUI. how can i add the owners from PowerShell please guide me.error

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,267 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,606 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.
2,076 questions
0 comments No comments
{count} votes

Accepted answer
  1. Noah Ma-MSFT 2,725 Reputation points Microsoft Vendor
    2024-08-23T03:07:57.4333333+00:00

    Hi @Roger Roger ,

    Good day, welcome to the Microsoft Q&A platform!

    Based on your description, the issue occurs if you're not a manager of the group. Even a user with global administrator can’t remove or make a change to a distribution group. The fact that you are not the distribution group owner could stop you from completing the required management task as my test in screenshot below.

    User's image

    To fix the permission issue, you can add the -BypassSecurityGroupManagerCheck parameter to the PowerShell command as my test below. Then you could add the owner to Distribution List successfully. And you can add multiple owners after ManagedBy.

    Set-DistributionGroup -Identity "xxxxx" -ManagedBy "xxxx" -BypassSecurityGroupManagerCheck
    

    User's image

    User's image

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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