Read Permission to the Shared Mailbox Office 365

Connect via powershel with the account that had given read access

Get-MailboxFolder –Identity [email protected] –recuse | Add-MailboxFolderPermission –user [email protected] –AccessRights Reviewer

Now let’s remove the permission to send on behalf of

Set-Mailbox –Identity [email protected] –GrantSendOnBehalfto $null

Now add the email account in Microsoft Outlook:
File | Account Settings | Double click on account | More Settings | Advanced | Mailbox | Add | Enter the name of the Mailbox. OK an all screens.

Done.

Deixe um comentário

Este site utiliza o Akismet para reduzir spam. Saiba como seus dados em comentários são processados.