Forum Discussion
Gly
Feb 17, 2019Brass Contributor
Is is possible to set sharing policy on a room mailbox?
Hi all, I have a room mailbox in exchange online and I would like to publish its calendar online. Our default sharing policy is to only allow "Calendar free/busy" information. I see that I can easil...
- Feb 17, 2019
It is, via the exact same parameter. Doing the actual "publish" part will be trickier, as the corresponding options will only be exposed when you are accessing the Room mailbox "directly". But you can always do it via the Set-MailboxCalendarFolder cmdlet.
VasilMichev
Feb 17, 2019MVP
It is, via the exact same parameter. Doing the actual "publish" part will be trickier, as the corresponding options will only be exposed when you are accessing the Room mailbox "directly". But you can always do it via the Set-MailboxCalendarFolder cmdlet.
- GlyFeb 18, 2019Brass Contributor
Thank you VasilMichev, with powershell I found the parameter and added it with the set-mailbox cmdlet.