Zachary Loeber

I eat complexity and am never without a meal.

Exchange: Update Distribution Group Managers Script

A small script to automatically update distribution group owners based on an AD security group.

Not much to the script really. This was a quick solution to an issue I ran into in the wild. A supplied security group will be unrolled and any account within which is also mail enabled and not already listed as a manager for the supplied distribution group will be automatically added to the managedby attribute list for the distribution group. If no distribution group is supplied then all distribution groups will be evaluated and updated.

This is really meant to help allow helpdesk or other staff to manage Exchange distribution lists from within the Exchange ECP. Otherwise they may have to resort to powershell in order to force management bypass checks when modifying distribution group membership.

In many regards this script is just a simplified version of an already published solution found here.

Anyway, here is the modified solution I came up with. Enjoy!