Wednesday 26 June 2013

How to Assign Send As Permission using Shell Command

Below shell command will be used to provide Send As permission on other Mailbox in Exchange Server 2010 and Exchange Server 2013
Add-AdPermission -Identity "MailboxName" -User "User who needs Permission" -ExtendedRights Send-As -AccessRights "ReadProperty", "WriteProperty"

No comments:

Post a Comment