From LedHed's Wiki
Jump to: navigation, search
(Created page with '== Send Message on behalf of a Distribution Group == This will allow users to send mail as a distribution group thus masking their own email address. From the Exchange Managemen...')
 
Line 7: Line 7:
 
DISTRIBUTION_GROUP = Name of the Distribution Group you want the user to send as.<br>
 
DISTRIBUTION_GROUP = Name of the Distribution Group you want the user to send as.<br>
 
USER_NAME = The user you will be granting this privilege to.<br>
 
USER_NAME = The user you will be granting this privilege to.<br>
 +
 +
 +
 +
== References ==
 +
 +
http://blog.954network.com/2009/10/08/send-as-a-distribution-group-exchange-200/
 +
http://exchangepedia.com/blog/2007/03/how-to-assign-sendas-right-using.html
  
  
 
[[Category:Exchange 2007]]
 
[[Category:Exchange 2007]]

Revision as of 18:13, 6 August 2010

Send Message on behalf of a Distribution Group

This will allow users to send mail as a distribution group thus masking their own email address.

From the Exchange Management Shell:

Add-AdPermission "DISTRIBUTION_GRONP" -user "USER_NAME" -AccessRights extendedright -ExtendedRights "send as"

DISTRIBUTION_GROUP = Name of the Distribution Group you want the user to send as.
USER_NAME = The user you will be granting this privilege to.


References

http://blog.954network.com/2009/10/08/send-as-a-distribution-group-exchange-200/ http://exchangepedia.com/blog/2007/03/how-to-assign-sendas-right-using.html