Exchange 2010: How to Give Send As and Send on Behalf Permission on Distribution Group
We will see how to give Send As and Send on Behalf Permission on a Distribution Group.
Both as a difference , for doing different purposes.
Lets see how to Give Send As Permission for a user on a distribution group:
Get-DistributionGroup “Distribution Group Name” | Add-AdPermission –ExtendedRights Send-As –User “UserName” –AccessRights ExtendedRight
For Example:
My Distribution Group Name = NormalDistribution
http://careexchange.in/wp-content/uploads/2012/05/image_thumb21.png
User who needs to have Send As permission on the DistributionGroup = CEO.
http://careexchange.in/wp-content/uploads/2012/05/image_thumb22.png
Giving Send-As Permission for “CEO” User on “NormalDistribution” Group:
Get-DistributionGroup “NormalDistribution” | Add-AdPermission –ExtendedRights Send-As –User “CEO” –AccessRights ExtendedRight
http://careexchange.in/wp-content/uploads/2012/05/image_thumb23.png
It doesn’t take effect immediately. It takes at least 2 hours of time in the production environment.
Restarting Information Store Service will get this permission to effect immediately.
—-
Now Open Outlook – New Email – Options
Click From
Now You got the From above To
Now Choose From , Choose the Distribution Group you want to send As
http://careexchange.in/wp-content/uploads/2012/05/image_thumb24.png
Now sending an Test Email to a User.
http://careexchange.in/wp-content/uploads/2012/05/image_thumb25.png
—
Now lets see how to Give Send on Behalf Permission for a user on a distribution group:
Set-DistributionGroup “Distribution Group Name” –GrantSendonBehalfTo “UserAlias”
For Example:
My Distribution Group Name = NormalDistribution
http://careexchange.in/wp-content/uploads/2012/05/image_thumb21.png
User who needs to have Send on Behalf Permission on the DistributionGroup = Chairman.
http://careexchange.in/wp-content/uploads/2012/05/image_thumb26.png
Giving Send on Behalf Permission for “Chairman” User on “NormalDistribution” Group:
Set-DistributionGroup “NormalDistribution” –GrantSendonBehalfTo “Chairman”
http://careexchange.in/wp-content/uploads/2012/05/image_thumb27.png
It doesn’t take effect immediately. It takes at least 2 hours of time in the production Environment.
Restarting Information Store Service will get this permission to effect immediately.
—-
Now Open Outlook – New Email – Options
Click From
Now You got the From above To
Now Choose From , Choose the Distribution Group you want to send As
http://careexchange.in/wp-content/uploads/2012/05/image_thumb28.png
Now sending an Test Email to a User.
http://careexchange.in/wp-content/uploads/2012/05/image_thumb29.png
Now Will See who was the Sender.