Forum Discussion
ymmas
Mar 30, 2022Copper Contributor
Restricting Room Mailbox Bookings to Specific Groups
Hi, We have a Room Resource in Exchange Online that we wish to only be book-able to a specific AAD or M365-group. Is that possible and how? Thank you in advance! Ymmas
VasilMichev
Mar 30, 2022MVP
Configure the Calendar processing settings on the mailbox, in particular the -BookInPolicy one. For example:
Set-CalendarProcessing RoomName -BookInPolicy groupname
https://docs.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing?view=exchange-ps
Set-CalendarProcessing RoomName -BookInPolicy groupname
https://docs.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing?view=exchange-ps
- Ranjan2222Oct 27, 2023Copper ContributorCan this be done without running PowerShell command?
- Jay CarperMay 20, 2022Brass ContributorI set the BookInPolicy on a resource mailbox to a group and it still allows all users to submit booking requests. Is there another setting that impacts this?
- SpencerV-MSFTJun 26, 2023Copper ContributorJay, the other setting you need to use is AllBookInPolicy. It must be set to $False to limit invites to users on the BookInPolicy list.