Created room mailbox and users reporting that when they try to book meetings it showing tentative always. how to fix this issue.
am using exchange 2010.
Thanks,
Venkat
Exchange
Last Comment
Venkat_1986
8/22/2022 - Mon
Systech Admin
You need to set the Room mailbox to AutoAccept.
First run the below command to verify what is the setting.
First run the below command to verify what is the setting.
Get-CalendarProcessing -Identity "Room MailboxName" |FT AutomateProcessing
if it is not autoaccept then run below command to set it:
Set-CalendarProcessing -Identity "Room MailboxName" -AutomateProcessing AutoAccept