Set-CalendarProcessing

Rising Flight 5,036 Reputation points
2025-04-15T21:18:08.3566667+00:00

I have enforced the booking policy using the below syntax. Now, I just want to edit the AdditionalResponse message — i.e., change "You don't have access" to "MBX is restricted".

Please guide me with the syntax to update only the AdditionalResponse message.

Set-CalendarProcessing -Identity "Room1" -BookInPolicy "user1" -AllBookInPolicy $false -AddAdditionalResponse $True -AdditionalResponse "You dont have access"

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,861 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andy David - MVP 155.4K Reputation points MVP
    2025-04-16T10:35:36.5133333+00:00
    Set-CalendarProcessing -Identity "Room1" -AddAdditionalResponse $True -AdditionalResponse       "**MBX is restricted**"
    

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.