query on room mailbox

Roger Roger 6,041 Reputation points
2024-10-02T13:09:32.05+00:00

Hi All,

I have a room mailbox, and I have enforced restriction using the syntax below. Let's say my room mailbox is [email protected], and only user1 is supposed to book the room. Can I enforce a restriction on the room mailbox for a specific day of the week? For example, on Wednesdays, only user1 should be able to book the room, and no other users, while on other days, any user can book the room.

Set-CalendarProcessing -Identity "[email protected]" -BookInPolicy "[email protected]" -AllBookInPolicy $false -AddAdditionalResponse $True -AdditionalResponse "This room is restricted."

Microsoft Exchange Online
Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,289 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,514 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,624 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
2,093 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 105.5K Reputation points MVP
    2024-10-02T15:33:58.4033333+00:00

    No, you cannot. The restrictions apply to any and all days/hours. If you want to prevent the room from being booked at specific times, create (recurring) meetings to block it.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.