May 26 2023 07:14 AM
Hi everyone,
Is there a way to limit which users or groups can book a room and in the same way to have resource delegates who will accept these requests?
Thank's in advance!
May 26 2023 08:35 AM
Jun 02 2023 08:52 PM
Jul 07 2023 03:55 AM
Hi @NikolaNikolic, you can do this by configuring delegated user for accepting meeting requests for particular meeting room the following cmdlet:
Set-CalendarProcessing -Identity <RoomNameOrUPN> -AllRequestInPolicy $true -AllBookInPolicy $false -ResourceDelegates <DelegatedUser>
This allows only the delegated users to accept booking for upcoming meetings. You can aslo, refer the below blog to limit users to Meeting Rooms in various scenarios.