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
Ranjan2222
Oct 27, 2023Copper Contributor
Can this be done without running PowerShell command?