Share via


Shared Mailbox (calendar) & automapping (read only)

Question

Monday, July 31, 2017 2:14 PM

Hi,

I have created a shared mailbox which we use just for the calendar.. it works really well as the categories get shared and the staff who need access get it via the EAC and the mailbox delegation option... which also automaps it.

What I need it to share this shared mailbox with the rest of the staff in read only status and get it automapped in Outlook.

I can do this with a mailbox fine using

Add-MailboxPermission -Identity sw@******* -User ns@*******-AccessRights FullAccess -InheritanceType All -AutoMapping $true

I can't find the right syntax for sharing a shared mailbox, I would prefer just to shared the calendar part and get it automapped.

I've tried below.

Add-MailboxFolderPermission -Identity "our junior school calendar:\Calendar" -user trh@********" -AccessRights Reviewer -AutoMapping $true

All replies (3)

Monday, July 31, 2017 3:00 PM

First, set the permissions

Set-MailboxFolderPermission -Identity alias:\Calendar -User UsertoGetRights -AccessRights Reviewer 

Then add the mailbox folder permissions

Add-MailboxFolderPermission -Identity "Alias:\Calendar" -user trh@********" -AccessRights Reviewer -AutoMapping $true

Let us know if this works.


Tuesday, August 1, 2017 2:45 AM | 1 vote

Hi,

Adding mailbox folder permission doesn't have AutoMapping feature, use this command to add mailbox folder permission on shared mailbox for user mailboxes, then users must add shared mailbox's calendar manually via Outlook/owa.

https://support.office.com/en-us/article/Open-another-person-s-Exchange-Calendar-5b6b0332-a236-4a26-9f02-7edd4f5b208c

Best Regards,

Lynn-Li
TechNet Community Support

Please remember to mark the replies as answers.
If you have feedback for TechNet Subscriber Support, contact [email protected].


Tuesday, August 8, 2017 1:18 AM

Hi, simcfc73

Is my suggestion above helpful for you?

Best Regards,

Lynn-Li
TechNet Community Support

Please remember to mark the replies as answers.
If you have feedback for TechNet Subscriber Support, contact [email protected].