From LedHed's Wiki
Revision as of 18:07, 6 August 2010 by Ledhed (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.