Link to home
Start Free TrialLog in
Avatar of andrew_transparent
andrew_transparent

asked on

How to Delegate Management of Distribution Group Membership to a Security Group

On a SBS2008, or any other Exchange 2007+ platform, is it possible to delegate management of distros to a security group?

Powershell for a user, this seems to work:
Get-Group GROUPNAME | Add-Adpermission -user username -Accessright writeproperty -Properties member

Any idea if a group can be used? Any other way to have more than 1 person adding/removing members from distros?


Thanks!
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

You should be able to do this simply by using the GUI.
- Open ADUC, find the Distribution Group
- Right click Properties, Select Manage BY tab
- Click the Change button, select the security group you are looking for and your done

This should also work for powershell command as you have listed above just use the sAMAccountName (pre-Windows 2000) of the Security group you want to grant permission.

Will.
Avatar of andrew_transparent
andrew_transparent

ASKER

Hey Will,

Unfortunately that doesn't work, tried that already.

The GUI portion on the SBS only allows you to set a mailbox or another distro to the manager...


Cheers
Can you provide a screenshot of this? When you are searching for a user does it in fact say that search for Groups, Users, Computers? If you dont have these checked off then it won't search for thses objects.
SOLUTION
Avatar of andrew_transparent
andrew_transparent

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Closed
No workaround possible, forced to do all manually through powershell, setting a single user to be the manager for the distro.