Forum Discussion

futureworkplace's avatar
futureworkplace
Copper Contributor
Mar 27, 2024

Re: Changes to a Room's Booking settings, keep resetting

Hello,

It may need a few hours (up to 24) to impact those changes in your Admin Center. What you could do is get the information with an script to validate if the change is done or not.

Please adapt this scripts as per your needs

Get-Mailbox -ResultSize unlimited -Filter "RecipientTypeDetails -eq 'RoomMailbox'" |
Get-CalendarProcessing |
Format-List Identity, ScheduleOnlyDuringWorkHours, MaximumDurationInMinutes, AutomateProcessing


Here is all the info you may need:

https://learn.microsoft.com/en-us/exchange/recipients-in-exchange-online/manage-resource-mailboxes

2 Replies

  • Aamir's avatar
    Aamir
    Copper Contributor
    Thank you for the solution! It has been way over 2 days since I have been unchecking those boxes 🙂
    I tried your solution, but unfortunately running into authentication problem logging onto the exchangeonline module. I have imported the module . I will keep this thread posted on how it goes. Thanks though!
    • aghanchi's avatar
      aghanchi
      Copper Contributor
      I was told by MSFT tech support to recreate that room.

Resources