Giving User Enough Rights To Manage Distribution Group In Exchange 2007…

Anyone who is working in IT is familiar with the “Managed By” option of a distribution list. It gives a false feeling that the user who is specified in the “Managed By” option will be able to manage the distribution group, say add/remove members. But, he/she won’t be able to do it.

The behaviour of “Managed By” has been changed in Exchange 2007. It is only an informational field that users see in Outlook, when they take the properties of the distribution group. That is of no good you would say and I agree.

So, what should be done so that the “Owner” of the distribution group can really manage the group?

Explicit permissions has to be given to the Owner, so that he/she can add & remove members. Run the following command to achieve the same.

Add-ADPermission –identity DistributionGroup –User owner –AccessRights WriteProperty –Properties “Member”

Let me explain with an example. I have a distribution group named “Exchange Team” & has my account in the “Managed By” field.

DG0

When I open the properties of the distribution group from Outlook, I can see that my account is listed as the “Owner”.

DG1

But, when I try to add a new member, I get the following error message.

DG2

To give my account enough permissions to manage the distribution group “Exchange Team”, I ran the following.

DG3

After the command was run, I could add members to the group.

DG4

The behaviour is the same on Exchange 2007 SP2.

SUBSCRIBE FOR DAILY ARTICLE UPDATES VIA EMAIL
Get the published articles delivered straight to your inbox. Your details will not be passed to any third party company.

Exchange Architect, Blogger, Husband & Dad. I have been in IT for the last 11 years, with Exchange Server becoming the prime area in the last few years. I am active on TechNet forums & Experts Exchange.

View all contributions by

8 comments… add one

  • Anonymous March 24, 2011 at 9:47 am

    Thanks – Really useful!

    Reply edit
  • Rajith Jose Enchiparambil March 24, 2011 at 12:38 pm

    Thanks

    Reply edit
  • dsizemore July 5, 2011 at 7:01 pm

    Hi,

    I'm attempting to give a user admin rights over a distribution group in Exchange 2010. The distribution group resides in: domain.org/Distribution Groups.

    Here's the command I'm running in exchange management shell:

    Add-ADPermission –identity BusinessConnectionCommittee –User jmccullough –AccessRights WriteProperty –Properties “Member”

    Keeps telling me that "BusinessConnectionCommittee" wasn't found. Any ideas as to what I'm doing wrong?

    Reply edit
  • Luuk May 10, 2012 at 8:08 am

    Do not use the Alias name of the group but the actual group name: “Business Connection Committee”

    Reply edit
  • Dave Groll June 20, 2012 at 8:31 pm

    Thank you for a simple, well written and documented article. I have read alot about this issue and cannot understand why microsoft removed this feature from working, but thanks to your instructions, I am able to get this working for my users.

    Reply edit
  • Nomen August 31, 2012 at 7:08 am

    Question: Is it possible to grant a security group these rights, so that the mebmers of that security group, get permission to modify members of the distribution list?

    Reply edit
  • Chris April 2, 2013 at 2:03 pm

    I tried this today, but I still get that error message. Must add that i’m working with Exchange 2010 on the server side and Outlook 2003 on the client side.

    Reply edit

Speak Your Mind…

Website Hits