If you wanted to enable send as a distribution group in Microsoft exchange you will be disappointed as this option is not available straight from the Exchange Management Console. But you can achieve this either setting up security permission from Active Directory Users and Computers or by applying a command on Exchange Management Shell.

Let’s see how to apply this.

1) Using active directory we are setting the send as permission for the distribution group named Executive.

Send_As_distribution_group_ad

2) The second way is to apply a one liner on the exchange shell.

Send_As_distributiongroup_shell

Add-ADPermission -Identity ‘CN=Executives,CN=Users,DC=Contoso,DC=com’ -User “Contoso\Renjith” -ExtendedRights ‘Send-as’

Leave a Reply

Your email address will not be published. Required fields are marked *