unable to add owner

Roger Roger 7,181 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

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,178 questions
Exchange | Exchange Server | Other
Exchange | Exchange Server | Management
Exchange | Hybrid management
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    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.