I was able to create a room mailbox and import into outlook calendar.
Which properties do I need to adjust in order to have only managers booking the meetings and one person (receptionist) to receive notifications and approve all meetings in the room calendar.
What is the exact procedure to make this process work?
Thanks.
ExchangeOutlook
Last Comment
Will Szymkowski
8/22/2022 - Mon
Will Szymkowski
To set these properties on the room mailbox you need to use the EMS.
Use Set-CalendarProcessing cmdlet to accomplish this.
You need to assign the Resource Delegate to the Receptionist
You need to assign the BookInPolicy for all of the Manager
Resource Policy: Added my Receptionist to delegates list
Resource General: Enabled the Resource Booking Attendant
Resource In-Policy Requests:
Users who are allowed to submit in-policy meeting requests that will be automatically approved
Checked Selected recipients (left blank).
Users who are allowed to submit in-policy meeting requests that are subject to approval by a resource mailbox delegate
Selected All Users.
Resource Out-of-Policy Requests: Checked Selected recipients (left blank).
Everything still gets approved automatically and my delegate receives no emails.
What am I missing here?
Thanks.
Will Szymkowski
Everything still gets approved automatically and my delegate receives no emails
Did you make sure that Automate Process is AutoUpdate and not AutoAccepct?
I am not sure I understand, the process is pretty much under the "resource in-policy requests" tab.
Is that another option that I can actually choose? Thanks.
You have to install the required Service Pack for the RollUp version. In this case this RollUp Requires SP3, so you need to install SP3 first then the RollUp after.
Use Set-CalendarProcessing cmdlet to accomplish this.
You need to assign the Resource Delegate to the Receptionist
You need to assign the BookInPolicy for all of the Manager
So your command would look like the following...
Open in new window
Will.