DevelopIQ

sales@developiq.com +44 (0)844 414 8844

Send As permissions in Hosted Exchange 2010

Category :


Author : Daniel Noakes


If you need to assign Send As rights in Hosted Exchange 2010 it can easily be achieved with PowerShell.
I want the user Daniel to be able to send email out as the Event DL address:

Add-RecipientPermission "Event" -AccessRights SendAs -Trustee "Daniel"

Nice and easy.