Exchange 2007 : Delegate User DL Management via Exchange Shell
The following command will grant a user the rights to modify the members of a Distribution List:
Add-ADPermission -Identity:’DL Display Name’ -User:sAMAccountName -AccessRights ReadProperty, WriteProperty -Properties ‘Member’