Restrict Access to Conference Room Scheduling

Modified on Tue, Aug 6, 2024 at 8:03 PM

On occasion, a conference room (such as the Executive Board Room or the Magnolia Teams Room - in the FMHC CIO's office as of July 2024) may need to be restricted to only specific employees who are allowed to schedule meetings in that room.
  1. 1. Resource Scheduling Settings

    *Make sure you have FULL ACCESS to the meeting room resource.
    1. Open OWA (Office/Outlook web app) and click your name in the top-right corner.
    2. Click "Open another mailbox..." and find the meeting room resource.
    3. Go to Settings and click Calendar.
    4. Go to Resource scheduling (see below).
    5. Configure the Scheduling Options and Scheduling Permissions sections. (Note: If you are attempting to limit access to the users in a security group, like Magnolia Conference Room Booking Allowed, it must be configured to be mail-enabled before the option will appear under "Specific people and groups.")
    6. Click Save when finished making changes.



There may be an alternative method of restricting this access via a PowerShell script.  Example (after connecting to ExchangeOnline in PowerShell):


$group = "Magnolia Conference Room Booking Allowed"

Set-CalendarProcessing -Identity "Teams Rm. - Magnolia" -AutomateProcessing AutoAccept -BookInPolicy $group.Identity -AllBookInPolicy $false


Source - Example 7 here: https://learn.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing?view=exchange-ps#example-6


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article