Sign up today and save $20 on your first TRMNL e-ink display
setup guides· 10 min read

New Office Meeting Room Setup: The Meeting Room Setup Checklist

A meeting room setup checklist for a new office, in the order you should actually do it: room count, names, room resources and auto-accept, AV, acoustics, a door display, and a day-one booking test.

The lease is signed, the desks are on a truck, and someone has just realized nobody decided how many meeting rooms the new office actually needs. This is the point where most teams either overbuild (six large rooms that sit empty) or underbuild (two rooms and a permanent fight over them). The meeting room part of an office move is small enough to get done in a week and important enough that people notice on day one when it does not work.

This is a meeting room setup checklist for a new office, written in the order you should actually do the work. It is aimed at the person who ends up owning it, usually an office manager and an IT admin sharing the job. Get the count and the room resources right first, then the AV, then the room, then a booking test before anyone walks in. Skip ahead and you end up re-drilling cable holes and renaming rooms after the fact.

1. Decide room count and sizes (lean small)

Start by looking at how people actually meet, not how you imagine they meet. Pull a month of calendar data if you can. In most offices the median booked meeting is one or two people on a video call, not eight people around a table. That means small rooms get used constantly and large rooms sit empty most of the day while people wish there were more small ones.

For a 20 to 200 person office, a rough starting ratio:

  • Focus rooms (1 to 2 people). The most used and most under-provisioned. Build more of these than you think. A phone booth counts.
  • Small rooms (3 to 4 people). The workhorse for standups, one-on-ones, and interviews.
  • Medium rooms (5 to 8 people). Fewer of these. One or two per floor is usually enough.
  • Large room (10+). One, maybe. All-hands happen weekly at most. Do not carpet the office in boardrooms.

If you are unsure, err toward more small rooms and fewer large ones. It is cheaper to combine two small rooms with a movable wall than to chop a boardroom into thirds later.

2. Name the rooms sensibly

Names get baked into calendar systems, signage, and muscle memory, so decide before you create anything. The rule is simple: a name should tell someone where the room is and roughly how big it is. Themed names (rivers, jazz musicians, local streets) are fine as long as there is a consistent, guessable scheme and the location is obvious from a floor map. Avoid names that require a decoder ring.

Include the floor or wing in the resource name even if the display name is themed, for example Thames (2F-East, 6 seats). Your future self, filtering a room list in Outlook, will thank you. If you want a longer list of approaches and pitfalls, see the naming guide linked at the end.

3. Create the room resources and set auto-accept

This is the step people underestimate. A meeting room is not real until it exists as a bookable resource in your calendar system, and it will not behave until you configure how it processes invitations. Do this before AV, because you can test bookings against an empty room while the AV is still in boxes.

In Microsoft 365, each room is a room mailbox. Create it, then set calendar processing so it auto-accepts when free, declines conflicts, and does not silently swallow the meeting subject and organizer. The relevant cmdlet is Set-CalendarProcessing. A minimal auto-accept configuration looks like this:

Set-CalendarProcessing -Identity "Thames" `
  -AutomateProcessing AutoAccept `
  -AllowConflicts $false `
  -DeleteComments $false `
  -DeleteSubject $false `
  -AddOrganizerToSubject $false `
  -RemovePrivateProperty $false

The two settings people forget are DeleteComments and DeleteSubject. Left at the default, the room strips the meeting title so your door display and calendar show a useless "Busy" instead of the actual subject. Set both to $false if you want real titles on screens.

In Google Workspace, rooms are resource calendars created in the Admin console under buildings and resources. Google auto-accepts bookings for resources by default, so the main job is structuring buildings, floors, and resource categories cleanly so rooms show up in the right place when people book. Keep the resource naming consistent with your signage.

Either way, walk the full IT checklist for your platform rather than eyeballing it. The two checklist posts linked at the end cover permissions, capacity, working hours, and the settings that bite you later.

4. AV, kept minimal

A room needs a screen, a camera, a microphone, and cables that reach. That is the whole list for most rooms. The failure mode here is buying a conferencing system with more capability than the room will ever use, then spending launch week debugging firmware.

  • Screen. One is enough for rooms up to eight people. Wall mount it at a height people can see over a laptop.
  • Camera and mic. A single all-in-one bar covers small and medium rooms. Reserve ceiling mics and multi-camera setups for the one large room where they earn their keep.
  • Cabling. One labeled cable at the table that connects to the screen, and it works. Test the cable, not just the port. Run power and data inside the wall or a floor box so nobody trips.

Standardize on one hardware kit across rooms of the same size. When every small room is identical, a broken cable is a two-minute swap, not a scavenger hunt.

5. Acoustics and lighting

A glass box looks great and sounds terrible. Hard parallel surfaces bounce sound and make you unintelligible on a call. You do not need a recording studio. A few acoustic panels, a rug, or a soft ceiling tile take the edge off the echo, and that is usually the difference between a room people book and a room people avoid.

For lighting, put light on faces, not behind them. A person backlit by a window is a silhouette on the far end of the call. Front or overhead light, a blind on the bright window, and you look like a person instead of a witness in protection.

6. A display at the door

Once rooms are bookable, the last recurring problem is the human one: someone standing outside a room wondering if it is free, or a ghost meeting holding a room nobody showed up for. A small display at the door reads the room's calendar and shows availability at a glance, lets people grab the room on the spot, and can require a check-in that releases the room if nobody taps in. It closes the loop between the booking system you set up in step three and the person in the hallway.

This is the honest buy side of this post. Lobby is a door display that reads the room mailboxes or resource calendars you just configured, shows free or busy, and handles on-the-spot booking and check-in. If steps one through five are done, adding a display is the part that makes the whole system visible to the people using it. If you have not set up the room resources yet, do that first; a display is only as good as the calendar behind it.

7. Test day-one booking before anyone arrives

Do not let the first real booking be the test. A day or two before people move in, walk each room and run the whole flow yourself:

  1. Book the room from Outlook or Google Calendar as a normal user, not an admin. Confirm it auto-accepts.
  2. Try to double-book it. Confirm the second invite is declined.
  3. Check that the meeting subject and organizer show correctly, not "Busy".
  4. Sit in the room, plug in the cable, and start a real video call. Check camera, mic, and screen.
  5. Confirm the door display shows the booking and that check-in and release work.

Twenty minutes per room now saves a support queue on Monday morning. Fix the one room that misbehaves before it becomes everyone's first impression of the new office.

TL;DR

  • Count rooms by real usage, not vibes. Most meetings are one or two people, so build more small rooms than large ones.
  • Name rooms so location and size are obvious, and decide names before creating resources.
  • Create room mailboxes (Microsoft 365) or resource calendars (Google Workspace) and set auto-accept. Keep DeleteSubject and DeleteComments at $false so titles show.
  • Keep AV minimal: screen, camera, mic, one labeled cable. Standardize the kit per room size.
  • Fix acoustics and lighting. Panels for echo, front light on faces.
  • Add a door display for availability and check-in once rooms are bookable.
  • Test the full booking flow in every room before anyone arrives.

Related reading

Sources

Try Lobby — free forever up to 3 displays

Room booking that just works.

Get started →