Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Exchange Online
Query: How to delegate SEND AS permission for Mail Box using PowerShell?
Solution: Using PowerShell without AD Module in Exchange Online
Add-RecipientPermission -Identity "MailboxName" -Trustee "UserID" -AccessRights "SendAs" -Verbose -Confirm:$False