Here are the instructions to grant access to a shared mailbox in Office 365 / Exchange without automatically mapping it in Outlook. This can be useful if you require access to the mailbox on occasions via web browser but don’t require it to be showing in Outlook.
Step 1
Connect to Office 365 using Powershell. The full instructions can be found here
Step 2
Run the following command
Add-MailboxPermission -Identity emailaddrressof@sharedmailbox.com -User emailaddressof@personrequiringfullaccess.com -AccessRights FullAccess -AutoMapping $false
You will be presented with the following confirmation:
Step 3
Wait. Sometimes this can take up to 1/2hr for the changes to take effect.
Click to rate this post!
[Total: 70 Average: 1.3]