Exchange Online
A Microsoft email and calendaring hosted service.
6,178 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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"
Set-CalendarProcessing -Identity "Room1" -AddAdditionalResponse $True -AdditionalResponse "**MBX is restricted**"