EASYENTRA Blog

News & Updates

How to Allow Specific Users to Book a Meeting Room Without Approval

How to configure Room Delegates with PowerShell vs EasyEntra

Managing meeting room bookings in Microsoft 365 can be very frustrating. Especially if you want a specific group of people to book a room without restrictions, while everyone else gets an automatic decline.

Unfortunately, the Exchange Admin Center doesn’t support this scenario. It only allows you to assign delegates who manually approve or decline meeting requests. Not exactly ideal for a busy workplace.

In this post, we’ll show you how to configure meeting room booking permissions exactly as you want using PowerShell.

The Goal

  • Allow a select list of users (e.g., department managers) to book a specific room without needing approval.

  • Automatically decline any booking requests from users not on this list.

  • No manual intervention by delegates.

Why Can’t I Do This in the Exchange Admin Center?

The Exchange Admin Center (EAC) lets you:

  • Assign delegates to approve/decline meeting requests.

  • Set global options, such as “accept or decline all” requests.

But it does not allow you to:

  • Specify a list of users who can book a room automatically.

  • Automatically reject requests from everyone else.

This level of control requires Exchange Online PowerShell.

⚡ Configuring Room Booking Permissions with PowerShell

Here’s how to achieve it:

1️⃣ Open an Exchange Online PowerShell session:

Connect-ExchangeOnline -UserPrincipalName admin@yourdomain.com

2️⃣ Set the booking permissions for the meeting room:

# Replace room-cph-2.4 with your room mailbox name
# Replace user emails with the ones allowed to book directly

Set-CalendarProcessing room-cph-2.4 `
    -BookInPolicy "ole.romer@yourdomain.com","hans.orsted@yourdomain.com" `
    -AllBookInPolicy $false `
    -AllRequestInPolicy $false `
    -AllRequestOutOfPolicy $false `
    -AutomateProcessing AutoAccept

Here’s what these settings mean:

ParameterDescription
BookInPolicyUsers allowed to book the room directly.
AllBookInPolicyIf True, anyone can book without approval (we set False).
AllRequestInPolicyIf True, anyone can send requests for approval (we set False).
AllRequestOutOfPolicyIf True, requests outside policy go to delegates (we set False).
AutomateProcessingAutoAccept makes the room mailbox process requests automatically.

3️⃣ Verify the configuration:

PS C:\> Get-CalendarProcessing room-cph-2.4 | fl *delegates,*policy,*processing

ForwardRequestsToDelegates : False
ResourceDelegates          : {}
RequestOutOfPolicy         : {}
AllRequestOutOfPolicy      : False
BookInPolicy               : {/o=ExchangeLabs/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)
                              /cn=Recipients/cn=f92e4fc8ee174c2c9967bbb1f1ae2d55-ole.romer, 
                              /o=ExchangeLabs/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)
                              /cn=Recipients/cn=f4c177fa6bbf4b72a55192fa611bb051-hans.c.orst}
AllBookInPolicy            : False
RequestInPolicy            : {}
AllRequestInPolicy         : False
AutomateProcessing         : AutoAccept

Observe that the delegates are converted to X. 500 values, which can be quite annoying to decipher.

Use the following script to translate the delegates into DisplayName values:

PS C:\> (Get-CalendarProcessing room-cph-2.4).BookInPolicy | % { (Get-Recipient $_).DisplayName }
Ole Romer
Hans Christian Orsted

A good third-party tool, like EasyEntra, will automatically present configurations in a user-friendly format:

✅ Validating the Room Configuration in Outlook

Once you’ve configured the room mailbox, the most solid way to validate it is directly from Outlook:

1️⃣ Create a test meeting using a user who is in the delegate list.
2️⃣ Repeat the test with a user not in the delegate list.

If everything is configured correctly:

  • The first request should be accepted automatically.

  • The second request should be declined automatically with a notification to the sender.

This quick test ensures your BookInPolicy and related settings are working as expected, before rolling it out to production.

A Simpler Way: EasyEntra

While PowerShell is great for automation and bulk editing, it’s terrible for ad-hoc first-level user support:

❌ Requires PowerShell experience.
❌ Prone to typos or errors that could disrupt room bookings.
❌ Difficult to delegate to junior IT staff.

With EasyEntra, you can isolate senior IT from (what should be) trivial first-line user support:

✔ Manage meeting room permissions via a user-friendly GUI.
✔ Assign or remove users from booking policies in seconds.
✔ Avoid PowerShell scripts entirely.
✔ Enable even non-technical staff to maintain room access rules confidently.

💡 EasyEntra is FREE when managing tenants with fewer than 25 licensed users.

🚀 Summary

Configuring meeting room access for specific users is possible, but not via the Exchange Admin Center. You’ll need PowerShell (or a smarter tool like EasyEntra).

Read more about how to get the most out of your meeting rooms.

Download EasyEntra today to instantly transform the way you manage hybrid and cloud-only Entra ID.


“One of the best products I’ve used.” – CIO, Mirick Law, United States

“We really love working with EasyEntra.” – Head of IT, IKN GmbH, Germany

“EasyEntra has significantly streamlined our workflow, simplifying everything. It feels almost like a revolution.” – IT Manager, Arjeplog Kommun, Sweden

More testimonials

Free 30-minute demo

try 30 days for free

GET EASYENTRA NEWS

Opt out at any time

“One of the best products I've used.”
Gary Shurland
Chief Information Officer, Mirick, United States
“This tool has been invaluable in streamlining our IT processes.”
Tyson Mckay
Chief Information Officer, Southwest Network, United States
“This product has been a miracle for our Help Desk. EasyEntra has completely transformed how we handle Microsoft 365 administration.”
Doug Sanders
Manager of Technical Customer Support, Junior Achievement USA, United States
“Your product is such a time saver. I love it!”
Scott Fehr
IT Infrastructure, MEC Aerial Work Platforms, United States
“It's a good product and saves us lots of time for these ongoing quick admin tasks.” 
Chris McFerran
Managing Director, CTech IT Solutions Ltd, United Kingdom
“EasyEntra has significantly streamlined our workflow, simplifying everything. It feels almost like a revolution.”
Johan Sadelius
IT-chef, Arjeplog Kommun, Sweden
I greatly appreciate your assistance and willingness to enhance the already outstanding product.”
Michael I. Wilson
Executive Director of Information Technology, Archdiocese Of Washington, United States
“It's great not having to switch back and forth between the O365 admin center and the Teams admin center to assign groups. I am sold!”
Thomas Madden
Director Information Technology, AutoPayPlus, United States
“I would highly recommend organizations use the solution as it greatly simplifies various tasks.”
S. Roger Singh
Chief Technology Officer, Prasad & Company LLP, Canada
“EasyEntra is time-saving. Love the copy/paste for user/computer groups and the copy to new user.”
Damian Nita
Associate Network Administrator, Shenandoah Valley Westminster-Canterbury, United States
“EasyEntra has transformed our daily IT operations by simplifying user management, reducing errors, and enhancing overall efficiency.”
Henrik Nefling
IT- and Digitalization Manager, Animal Protection Denmark, Denmark