Grant "Send on Behalf" permissions to a distribution group
Tags: Exchange Server
On an Exchange Server 2007 or higher you can grant specific users "Send on Behalf" permissions to a distribution group using the powershell as follows:
Set-DistributionGroup -Identity GroupName -GrantSendOnBehalfTo User1,User2