• Home
  • Topics
    • Office 365
    • Teams
    • SharePoint Online
    • Exchange 2019
    • Exchange 2016
    • Exchange 2013
    • Hybrid
    • Certificates
    • PowerShell
    • Migration
    • Security
    • Azure
  • Blog
  • Podcast
  • Webinars
  • Books
  • About
  • Videos
    • Interview Videos
    • How To Guide Videos
  • Subscribe
    • Facebook
    • Twitter
    • RSS
    • YouTube

Practical 365

You are here: Home / Exchange Server / Exchange Server 2010 Room Mailboxes Step by Step Guide

Exchange Server 2010 Room Mailboxes Step by Step Guide

October 27, 2010 by Paul Cunningham 188 Comments

Exchange Server 2010 has several different types of mailboxes that can be created.  In this tutorial we’ll explore the purpose of a Room Mailbox in Exchange Server 2010, how to create a Room Mailbox, and look at different ways to configure a Room Mailbox to suit different scenarios.

Table of Contents

  • Exchange Server 2010 Room Mailbox Overview
  • Creating a New Room Mailbox in Exchange Server 2010
  • Configuring Exchange Server 2010 Room Mailboxes
    • Configure the Room Mailbox Auto-Attendant
    • Configure the Room Mailbox Delegate
  • Summary
  • FAQs and Common Issues

Exchange Server 2010 Room Mailbox Overview

A Room Mailbox is a special type of mailbox that is assigned to a fixed location such as a meeting space, conference room, or training facility.

Room Mailboxes are fundamentally the same as regular User Mailboxes. They consist of a user account in Active Directory and an associated mailbox in Exchange Server 2010.  However when you create a Room Mailbox using Exchange Server 2010 the user account password is generated automatically by Exchange, and the user account is disabled by default so that it can’t be used for interactive logons.

In addition, the Room Mailbox has extra attributes exposed via the Exchange Management Console that can be used for automated processing of bookings and other configurations that suit this type of mailbox.  We’ll look more closely at these later in this article.

Creating a New Room Mailbox in Exchange Server 2010

Open the Exchange Management Console and navigate to Recipient Configuration -> Mailboxes, and start the New Mailbox Wizard.

Exchange Server 2010 New Mailbox Wizard
Exchange Server 2010 New Mailbox Wizard

Select Room Mailbox as the mailbox type to create.

Choose to Create a Room Mailbox
Choose to Create a Room Mailbox

Select New User to create a new user account for the Room Mailbox.

Choose to Create a New User for the Room Mailbox
Choose to Create a New User for the Room Mailbox

Select an organizational unit and fill out the user information for the new Room Mailbox.

Enter User Information for the New Room Mailbox
Enter User Information for the New Room Mailbox

Change the alias if necessary and complete any of the other optional settings that are required in your environment.

Choose an Alias and Configure Optional Settings if required
Choose an Alias and Configure Optional Settings if required

When you are happy with the settings you’ve chosen click New to create the Room Mailbox.

Complete the New Room Mailbox Wizard
Complete the New Room Mailbox Wizard

Now that the new Room Mailbox has been created you might notice a few things about it.  Firstly, it appears as a different type of mailbox in the Exchange Management Console.

Exchange Server 2010 Room Mailboxes in Exchange Management Console
Exchange Server 2010 Room Mailboxes in Exchange Management Console

You can also see that the associated user account is disabled.

Disabled User Account associated with an Exchange Server 2010 Room Mailbox
Disabled User Account associated with an Exchange Server 2010 Room Mailbox

And the Room Mailbox also appears in the Room Mailboxes address list.

Exchange Server 2010 Room Mailbox Address List
Exchange Server 2010 Room Mailbox Address List

Configuring Exchange Server 2010 Room Mailboxes

When you open the properties of a Room Mailbox you’ll notice some additional tabs that do not appear for normal User Mailboxes.

Exchange Server 2010 Room Mailbox Properties
Exchange Server 2010 Room Mailbox Properties

These additional options let you configure the Room Mailbox in different ways, such as:

  • Whether meeting requests are automatically accepted by the Room Mailbox
  • How the Room Mailbox handles conflicting appointments
  • The maximum length of time a meeting can book out the room
  • How far into the future a room booking can be made

These options make sense under different scenarios.  For example:

  • A small, general meeting room is suitable for auto-acceptance of meeting requests, but due to the number of people who may want to use the room only a maximum of 1 hour can be booked at a time
  • An executive boardroom would not auto-accept room bookings, but instead be managed by an executive assistant to make sure it is always available for meeting with important visitors
  • A training room would permit all day bookings to faciliate training classes

Lets take a closer look at how we would configure a Room Mailbox to automatically accept bookings.

Configure the Room Mailbox Auto-Attendant

On the Resource General tab of the Room Mailbox properties enable the Resource Booking Attendant option.

Enable Room Booking Attendant on Exchange Server 2010 Room Mailboxes
Enable Room Booking Attendant on Exchange Server 2010 Room Mailboxes

This can also be performed using the Exchange Management Shell.

1
[PS] C:\>Set-CalendarProcessing "Conference Room 1" -AutomateProcessing AutoAccept


When Alan Reid books the meeting room for an available time he receives an automatic acceptance from the Room Mailbox.

Exchange Server 2010 Room Mailbox Auto-Acceptance Message
Exchange Server 2010 Room Mailbox Auto-Acceptance Message

Configure the Room Mailbox Delegate

In this example a delegate is configured who can manage scheduling for the Room Mailbox.  In the Resource Policy tab of the mailbox properties click Add and select the user who is to become a delegate of the Room Mailbox.

Exchange Server 2010 Room Mailbox Delegates
Exchange Server 2010 Room Mailbox Delegates

Delegates also need Editor access to the calendar and free/busy folder of the mailbox itself so that they can manage meeting requests.  There are two ways to achieve this:

  1. Grant an administrator Full Access Permissions to the Room Mailbox, open it in Outlook, and edit the Calendar and Mailbox permissions.
  2. Grant the delegate Full Access Permissions to the Room Mailbox

In this example I will use option #2.

1
[PS] C:\>Add-MailboxPermission -Identity "Conference Room 1" -User Alex.Heyne -AccessRights FullAccess


The delegate Alex Heyne can now manage room bookings. In this example a meeting is still unconfirmed waiting for Alex to approve or reject it.

Delegate Management of Room Mailbox Bookings in Exchange Server 2010
Delegate Management of Room Mailbox Bookings in Exchange Server 2010

After Alex approves the meeting the organizer (Alan Reid) receives a message confirming acceptance.

Summary

As you can see Room Mailboxes are a very useful feature of Exchange Server 2010 and can be configured to suit any organizational requirement for managing availability and booking meeting requests.

FAQs and Common Issues

Q: The problem with Room Resource booking is that you need to invite all rooms to see availability for a meeting. Then, when you have decided upon a time and room, you need to remove the rooms you don’t require.

A: Look at using a Room List to simplify the process of finding available rooms for meetings.

Q: How do you enable other users to see who owns an existing booking in a resource mailbox?

A: Check out how to show full free/busy details for room and resource mailboxes.

Q: Can room mailboxes be restricted so that only certain people can send to them?

A: Yes they can. See this post for details.

 

 

Exchange Server Exchange 2010, Resource Mailboxes, Room Mailboxes

Comments

  1. Cos says

    July 9, 2019 at 6:53 pm

    Hey, Paul.
    Just migrated 2010 to 2016. Some users still on 2010. Migrated 2016 users don’t get auto accept emails from room resources on 2010? Any quick fix for that?

    Reply
  2. Sally says

    July 4, 2019 at 8:15 pm

    Hi There,

    We have an issue within my business, they are still using paper calendars on the outside of the meeting rooms!

    Our IT team are pushing back that they don’t think what I want to work will be possible, mainly because they aren’t currently using it i think that is why I am getting push back.

    We just want the meetings to book and decline automatically and have a a select range of people to have ‘editor’ rights to the meeting room calendars IF the person who booked the meeting is not available to change it.

    Is this possible? without the ‘editors’ having to accept and decline meetings manually?

    Thank you in advance!
    Sally

    Reply
  3. Robin says

    February 20, 2019 at 1:33 am

    Hi,
    thanks for the article. We want to prevent someone (anyone) from deleting or cancelling a meeting created by someone else. Is this possible? Scenario:
    Joe created a meeting for conference room 123, on march 12 from 10:00 – 12:00.
    Susi needs a room for a meeting on the same date/time. She can’t double-book (per your article we can prevent this). She then cancels Joe’s meeting and schedules hers.

    Susi (or anyone else) shouldn’t be able to cancel a meeting or overwrite the meeting.

    Reply
  4. Rico B says

    January 10, 2019 at 8:41 pm

    Hi Paul,

    There’s a requirement by our admin department to make any user book a meeting room but with a limited duration of 2 hours only. Anything above it should be declined and only meeting room administrators can book for more than 2 hours.

    Tried setting the maximum duration (minutes) under Resource Policy but it is still getting booked.

    Is this feasible?

    Regards,

    Rico

    Reply
  5. harish says

    October 31, 2018 at 1:40 am

    Great article.
    Thanks

    Reply
  6. Derek says

    October 4, 2018 at 6:22 pm

    Paul,
    Thanks for this guide, it’s helped me get a new meeting room calendar set up.
    Unfortunately your article doesn’t talk about how to allow users to actually use the calendar.

    At the moment all my users can see it, but when anyone (including me) tries to book a meeting in that room (directly by double clicking in the actual room calendar) we receive an error message that says “You don’t have permission to create an entry in this folder”

    I can’t see any way of granting these permissions (basically we need everyone to be able to book a meeting in this room)

    Any ideas what I’m missing?

    For reference we’re running Exchange 2010 and most Outlook clients are 2013 or 2016

    Thanks again

    Reply
  7. vasanth says

    August 16, 2018 at 4:39 am

    Paul, i have an room mailbox where i can book and able to view free / busy .status.
    My question is since i am the owner of the room mailbox who ever books the meeting room i should get an email where i can accept or decline the meeting ,for that how do i configure the room mailbox in my outlook profile where my outlook homed in office 365 and room mailbox is in on-premises.

    when my mailbox was on on-permises server was able to configure the room mailbox and use to get the mails but, recently my mailbox got migrated to office 365 since that i am unable to add the room mailbox in my outlook profile.

    Thank you in advance for your guidance.

    Best Regards,
    Vasanth

    Reply
  8. Blaz says

    May 17, 2018 at 5:20 pm

    Hey Mate,

    We have 2 Exchange environments with trusts in place. I was just wondering if there was a way to have one “Room Mailbox” between the 2 domains? Usually when creating a shared mailboxes between the 2 domains, we would set the external sender to the one where the mailbox is based at and the x500 address. Do the same conditions apply when creating a “Room Mailbox” or is there another method?

    Thanks in advance mate.

    Reply
  9. Piotr Tyborowski says

    April 25, 2018 at 9:42 pm

    Hello Paul,

    I have a question – the Exchange 2013 environment contains 50 room mailboxes and 10000 users. I want to configure 10 room mailboxes in such way, that they will be visible only for 100 users, the other 9900 persons must not be able to see and use these 10 rooms at all (these rooms must be completely hidden for them). Of course these 100 persons must see all rooms, not only these 10. I have prepared a solution based on Address Book Policies and tested it in the small scale (1 room to exclude, 3 rooms total, 1 user with extra permission, 2 regular users) – I created Address List which contains all rooms except this one to exclude, prepared ABP policy with it and assigned the policy to the 2 regular users. It works, but I see, that implementing it in the full scale will be a bit complicated and time consuming. So, is it possible to find more simple solution for this case?

    Thank you in advance for your guidance.

    Best Regards,
    Piotr.

    Reply
    • Paul Cunningham says

      April 25, 2018 at 11:50 pm

      Address book policies is the approach I would use.

      Reply
  10. Gary Fanning says

    October 18, 2017 at 11:42 pm

    Hi Paul
    is it possible to book a room on behalf of someone else ?
    Gary

    Reply
    • Paul Cunningham says

      October 19, 2017 at 8:54 am

      If Person A is a delegate for Person B (or otherwise has access to their calendar), then Person A can open Person B’s calendar, create an appointment, invite other attendees, and the organizer of the meeting will be Person B because it’s being created in their calendar.

      Reply
  11. Stephen says

    August 15, 2017 at 12:42 am

    Hi Paul, good guide thanks, up to this point our meeting rooms have been calendars in Public Folders with email being sent to bookings (Housekeeper). We are now trying to setup room mailboxes to automate this process, however I am having difficulty getting my head around Resources/Equipment mailbox. I want users to be able to select hardware and refreshments. I have created custom resource properties using powershell, but I am unable to find how these resources are applied, i.e. I want the user to be able to select what hardware – projector, laptop etc and refreshments are required and for how many and then the resource to be forwarded to MIS or housekeeping as appropriate. Do I need to create seperate mailboxes for each resource required?

    Reply
    • Paul Cunningham says

      August 15, 2017 at 10:02 am

      The resource schema can show people what facilities are available in a room (e.g. that a room already has a whiteboard or project or coffee machine or whatever). But it doesn’t allow you to use it to flag things that need to be booked separately (e.g. catering).

      Yes you could set up separate resource mailboxes, such that someone has to book a room (as one mailbox) and a projector (as a second mailbox), but it gets messy obviously, and relies on users understanding what they need to do.

      Exchange does a reasonable job of letting you manage bookable resources but you might need to look into third party solutions that complement what Exchange does and add things like catering or whatever. I don’t know of any specifically, sorry.

      Reply
  12. David says

    March 20, 2017 at 9:52 pm

    Hi Paul,

    Thanks for the excellent guide! We’d like to avoid having any delegates running our calendar, and for all our users to be able to manage their own meetings.

    Is there a way of preventing any meetings being booked directly to the room unless the user copies themselves in? If they don’t do this manually, meeting refusals/ reschedule notifications are emailed back directly to the room and not the user. They frequently forget to copy themselves in when booking the meeting this way.

    Thanks

    Reply
    • Paul Cunningham says

      March 21, 2017 at 8:24 am

      Take away their permissions so they can’t do direct bookings.

      Reply
      • David says

        March 24, 2017 at 2:03 am

        OK, I’ve unchecked all boxes within the ‘Write’ section of the Permissions tab of the Calendar properties but they can all still book directly..

        Am I doing this in the wrong place? (Permission level also lowered to ‘Free/Busy Time Only’ just for the sake of testing.)

        Reply
        • Paul Cunningham says

          March 24, 2017 at 9:29 am

          Don’t look only at calendar permissions. Check the mailbox permissions as well (Get-MailboxPermission).

          It should be pretty straight forward. If they have permission to open and write to the calendar, then they can bypass the calendar processing settings by making direct bookings.

          Reply
  13. Soren Rasmussen says

    December 17, 2016 at 10:22 pm

    Thanks again for a great article, got some issues sorted out.

    Wishing a happy Christmas from Lithuania 🙂

    Regards
    Soren

    Reply
  14. Jacek says

    October 3, 2016 at 5:29 am

    Paul,
    I have a problem with room mailbox -WorkingHoursTimeZone attribute. No matter how I set the time on the Exchange server, a newly created mailbox -WorkingHoursTimeZone attribute is always set on the„Pacific Standard Time (PST)”. Did you meet already with this situation?
    I found in “Microsoft Exchange Server 2010 Inside Out” note that default time zone settings is inherited from server where mailbox is created – but for me that is not true in Exchange 2013 I’ve tested already.
    Any one help?

    Reply
  15. SimonHansen says

    August 22, 2016 at 7:40 pm

    Thanks for the nice guide!
    I have some problem though in getting the location (address) to show up to the people attending a meeting.- I have filled in the information about Address and Phone in the Exchange Management Console. But when I make a new book with a room I can’t see the address of the room.

    Reply
  16. Zeus says

    August 2, 2016 at 5:50 am

    I want to add conference bridge numbers to my resource mailbox which will be populated to body of the invite when I select the resource. is there a way to do it?

    Please help, I am trying to find a way for past one week

    Reply
  17. Shadab Ahmad says

    June 1, 2016 at 10:36 pm

    Excellent!!!!! you made my day

    Reply
  18. Firoz says

    May 18, 2016 at 2:07 am

    Hi All,
    Is there any way to integrate 3rd party equipments??

    I am using Crestron fusion room scheduling server…..
    Each room is having a 4inch Crestron touch panel which is connected to the fusion server…
    Now who so ever book the room it will get displayed on the touch panel….
    Crestron fusion has its own calendar …
    Crestron fusion can be integrated with outlook ….
    For each room it will require a mailbox…. Mailbox calendar will be synced with fusion calendar….now who so ever sent a meeting request on the room mailbox… It will be synced with fusion calendar an from there it will go to touch panel display…

    My issue is:-

    1) for integration and calendar syncing between fusion and outlook …. Fusion needs to login into the room …

    2) room mailbox is not working as login is disabled…

    3) if we use user mailbox… Then meeting invite needs to be accepted . It does not have auto accept feature. But it is not possible to login into 30 mailbox and accept more than 100 request daily .

    4)if I configure “mark as tentative ” for every mailbox then meeting conflicts occur.

    Please help me out is it possible to enable login in resource mailbox or enable auto accept feature in user mail box.

    3)

    Reply
  19. vman says

    May 13, 2016 at 12:57 am

    I have a question..
    I was able to setup the meeting room and it shows up now in Outlook under Room finder, but our conference rooms that we currently have setup are setup in Public folders. So is there a way to get these to show up in Room finder?

    Reply
  20. Brooke says

    March 15, 2016 at 4:38 pm

    I created my mailbox but, I couldn’t view my calendar that I created into that room and users couldn’t see my calendar. Any idea?

    Reply
    • Paul Cunningham says

      March 15, 2016 at 10:15 pm

      You/they can’t see it in the GAL? Or you get an error message trying to open it?

      If it’s just not visible in the GAL, the problem might simply be your offline address book hasn’t updated yet. Try via OWA instead.

      Reply
  21. David Siu says

    February 26, 2016 at 5:58 am

    Great Detailed Write Up!

    Reply
  22. Doug Stewart says

    January 22, 2016 at 3:56 am

    Trying to prevent double-bookings on a Delegate (who doesn’t pay attention) assigned Room Mailbox.

    Followed the steps for creating rooms and all works normally for the most part. However, we’re having an issue with double-bookings. Whereas, if a meeting organizer has the “Show As:” option set as “Free” when they send the meeting invite, it appears on the Room calendar as “Tentative” until the Delegate accepts the meeting. Once the Delegate accepts the invite, the meeting on the Room shows as “Free:” allowing the double-bookings. The Delegate then has to go back to the meeting on the room and manually change it to “Busy” so it doesn’t get double-booked. (which they never remember to do). Is there anyway of preventing the room from setting an accepted meeting as “Free” on it’s calendar? Yes, the delegates shouldn’t accept a meeting before checking the room calendar, but I’ve had no success explaining it to them. Looking for a way to “Idiot Proof” the process. I told them to stop hiring idiots, but they didn’t appreciate that solution.

    Reply
    • Paul Cunningham says

      January 22, 2016 at 12:41 pm

      There’s no technical solution to this as far as I know.

      I imagine that after a frustrating run of double bookings they’ll realise that doing the job that you’re paid to do means learning how to use the tools properly.

      Reply
  23. Jack says

    January 20, 2016 at 7:22 am

    This is a great article. I just had a quick question. We currently are using user mailboxes for conference rooms and want to convert them to room mailboxes. I understand how to do it – but my question is will the mailbox retain existing calendar items?

    Reply
    • Paul Cunningham says

      January 20, 2016 at 9:31 am

      Yes it will, but why take my word for it? Create a test mailbox that is a user, add some calendar items, and then do the conversion and check the results.

      Reply
  24. Lee says

    September 3, 2015 at 8:44 am

    How can you get statistical reporting such as Meeting Room Utilisation over time etc please?

    Reply
    • Paul Cunningham says

      September 3, 2015 at 12:10 pm

      I don’t have anything handy but I imagine an Exchange Web Services script could pull that information for you.

      Reply
  25. Thomas says

    January 23, 2015 at 8:14 am

    Can I limit permissions of the delegate, so he can’t book a meeting “on behalf of a room”?
    With the standard set-up, it looks like a delegate can select an appointment directly in the room calendar, which means the room, rather than a person, shows up as the “meeting organiser”.

    Reply
  26. Christopher Espinel says

    January 22, 2015 at 7:16 am

    Is there any option that allows to add the shared calendar to all users automatically?

    Reply
  27. Kelley says

    January 22, 2015 at 4:06 am

    Our meeting room is frequently used by executives for HR related meetings. These meeting requests has confidential information. The privacy options (delete attachments, delete subject, etc) seem to only apply to what is placed on the resource calendar AFTER the meeting is approved by the delegates. The problem is that the delegates can see all the information (including attachments) on the meeting request itself. Is there a way to solve this problem?

    Reply
  28. Ewoud de Jong says

    January 15, 2015 at 8:05 pm

    We have set limited rights on some of our meeting rooms. A few people should be able to reserve some meeting rooms. We succeeded in that, but someone with no rights is still able to select the room from the room list. When he books the room, he receives an email that the booking has been rejected.

    Is it possible to show the restricted meeting rooms only for granted users?
    Is it otherwise possible to adjust the mailmessage with the rejection? I’d like to explain to the requestor why the rejection took place and how to handle further.

    Reply
  29. Karen Ng says

    September 25, 2014 at 5:44 pm

    Hi,

    How do I build the “Resource custom properties”? under the Resource General tab.

    Reply
  30. Sandip Amin says

    September 24, 2014 at 12:07 am

    In o365 can we have the permission set on meeting rooms such that everyone is able to see the organizer of the meeting when they see this meeting under scheduling assistant.

    Thanks, Sandip Amin

    Reply
  31. John says

    August 27, 2014 at 9:26 pm

    Paul,

    Can we enable both MAILBOX AUTO-ATTENDANT and a MAILBOX DELEGATE for meeting rooms?

    I ask because we want to use the auto-attendant but ultimately want to allow the mailbox delegate to have control over the rooms in case the meetings need to me moved around.

    Thanks,

    John

    Reply
    • Paul Cunningham says

      August 31, 2014 at 11:12 pm

      Yes you can do both.

      Reply
  32. Alex Habib says

    June 10, 2014 at 12:32 am

    I truly admire the author for his valuable contributions.

    We have AD two-way forest trust between two domains with free/busy configured using Availability Service for Cross-Forest. When users from the trusted domain make a meeting request, the booking is processed however notification for confirmation/decline is NOT being sent. Notification are only sent to users in the same domain.

    Is there a way to resolve this issue?

    Reply
    • Paul Cunningham says

      June 10, 2014 at 11:11 am

      My understanding is that this only works if the external sender of the meeting request has a contact in the GAL of the org where the meeting room mailbox is located.

      Reply
      • Ivan says

        August 27, 2014 at 9:12 pm

        Yeahh! Thank you for this comment. Very helped me.

        Reply
  33. Andy Zook says

    May 28, 2014 at 6:23 am

    Paul, I have a room mailbox/calendar. Is there a way to set the calender permissions to allow viewing of the calendar by users in general, but not allow direct booking to the calendar except by the one person delgated to approve/reject such requests. I want users to send meeting requests to the calendar where a designated user would receive them and accept or reject them before hitting the calendar. Is this possible?

    Reply
    • Paul Cunningham says

      May 29, 2014 at 1:24 pm

      Yes. The article explains how to configure the calendar processing, a delegate, and in the FAQ at the end how to modify the free/busy details shown to others.

      Reply
  34. Phil says

    May 12, 2014 at 11:25 am

    Hi Paul
    Is there a way of reporting all the double booked rooms? We had a problem with double booked rooms and want to search for all the doubles ahead of time

    Reply
    • Paul Cunningham says

      May 12, 2014 at 8:45 pm

      Exchange Web Services would be my bet. Try searching for some code samples by Glen Scales.

      Reply
  35. Gene says

    May 3, 2014 at 4:50 am

    Is there a way to prevent booking more than one room resource on the same event. I have users using the sched attendant in Exchange 2010 to find rooms that are avail for that time period and picking 5 or so rooms. My fear is that they will forget to uncheck the rooms the do not want and book more than one room for a event. I hope that makes since.

    Reply
    • Paul Cunningham says

      May 6, 2014 at 8:16 pm

      I don’t know of a way to prevent that, sorry.

      Reply
      • manot swasdee says

        May 21, 2014 at 8:44 am

        Can I create vba script that scans the conference room booking and kick out a report of double booking?

        Reply
        • Paul Cunningham says

          May 22, 2014 at 9:40 pm

          Any language that can hook into Exchange Web Services, sure.

          Reply
  36. Mykul says

    March 15, 2014 at 2:58 am

    I guess I must be doing something wrong or just simply overlooking a configuration step. I setup everything but I do not see the rooms I created when I look at the OWA Address Book like in the picture above. If I go into the Address Book in Outlook 2013 I see the rooms that I created. But if I go to the calendar to create a meeting the Room Finder doesn’t list any of the rooms.

    Am I overlooking something? More coffee.

    Reply
    • Carole says

      July 7, 2015 at 5:43 pm

      Hi Paul,
      I have the same problem as Mykul.

      Reply
  37. Sean says

    February 7, 2014 at 8:04 pm

    Hi Paul.

    Great, informative site.

    I have a resource calendar where a user has edited and changed a series of bookings, but when they changed the series it blew away the individual occurrences that were specifically edited (they change the occurrence in the series to add in interviewee details). The manager wants the calendar restored to before the edit happened.

    I have a backup of Exchange 2010 that I have restored from before the edit date, I can mount it, and using get-MailboxStatistics I can see the Room Mailbox in question. However when I do “[PS] C:Windowssystem32>restore-mailbox -identity interview1 -recoverydatabase RDB1 -contentkeywords “Emergenc
    y” -includefolders Calendar -allowduplicates” I get no change in the calendar items of the Room.

    Is it not possible to recover Room mailbox calendar items, or am I missing something?

    This is a SBS 2011 Standard environment.

    Thanks,

    Sean

    Reply
  38. mohammad says

    February 4, 2014 at 9:28 pm

    Dear Paul
    Thanks for such of value information.
    My colleague enable one of our equipment account and set password as well ” this after restore from delete ”
    now I am try to access this equipment account with no chance and all other employees who have this mailbox folder also complain that they unable to check the emails for this equipment mail box.
    there is any way to rest the system password .
    I try to disable the account but problem still valid , kindly advise.

    Reply
  39. John says

    January 31, 2014 at 4:32 am

    We are running Exchange 2010 SP3 with Outlook 2007 SP3. All the users, including the Meeting Rooms are set in Cached Mode.

    Every now and then the auto attendant DECLINES the meeting the user is attempting to book, stating that the requested meeting schedule conflicts with ITSELF!

    Any idea’s on what could cause this? Perhaps change the Resource Meeting Room mailbox to online mode???

    BTW: The room at the time is free, there are no conflicting requests, and the requests are not reoccurring.

    Thanks,

    John

    Reply
  40. Dave Mc says

    January 23, 2014 at 10:14 am

    We are using a Room Calendar to track employee’s vacations & work-related trips by creating a meeting and adding “Master Calendar”. Multi-day events are marked as Free, so the days aren’t grayed out by the full day events, but the Master Calendar auto-converts them to Busy, thus graying out the days. Is there a way to turn this off? Yes, we can go in & change them once they are in the room calendar, but it is an extra step we’d like to avoid. Thanks in advance…

    Reply
    • Paul Cunningham says

      January 26, 2014 at 11:33 am

      Not sure about having them marked as Free automatically, but you could change the calendar to allow conflicts so people can still book the same days.

      Reply
  41. Chad says

    November 16, 2013 at 10:27 am

    Scenario:
    Labs Calendars are not accepting Appointments.

    Findings:
    After much investigation I discovered there were Messages “Stuck” in the InBox of the PJMLab2 User/Room after clearing those it seems to work now.

    There appears to be users sending e-mails directly to the Room Mailbox. The Booking Assistant is unable to handle theses.

    Is there a way to keep Messages from being recieved while Appointments/meetings are?

    Reply
    • Paul Cunningham says

      November 17, 2013 at 10:36 am

      Transport rule perhaps? But you’d need to be careful not to also block the meeting requests.

      Reply
  42. Gr says

    November 12, 2013 at 12:50 am

    Hi,

    First i wnat to thank you for your detailed guide. Also let me ay sorry, that i have a followup to a post, that has been posted a Long time ago. but:

    We have an Exchange 2010 room Mailbox representing a parkin lot for 3 individual parking spaces. Is there a way to auto accept up to three slots in that Mailbox and decline the 4th conflicting booking?
    resource capacity and conflicting instances have no effect on that.
    I can either allow any conflicting requests, or none (so the users always have to check whether one of the 3 parking slots is available)
    do you have any hint for me?

    br
    Guenther

    Reply
    • Paul Cunningham says

      November 17, 2013 at 10:35 am

      Not sure how you would configure that. Why not just have one mailbox per parking slot?

      Reply
  43. Paul Kirk says

    September 27, 2013 at 8:29 pm

    OK thanks for all your input, at least I wont waste anymore time looking for the solution that isn’t there.

    Regards,

    Paul

    Reply
    • Paul Cunningham says

      September 27, 2013 at 8:40 pm

      Well I won’t claim to know for 100% sure there isn’t a solution, I’m just saying there isn’t one I’m aware of 🙂

      Reply
  44. Paul Kirk says

    September 26, 2013 at 9:59 pm

    Thanks for the step by step instructions they work great, I just need to know how I can automatically add the calendar of the new room/resources mailbox(s) to all my OWA users without them having to add the shared calendar(s) manually (I have created 6). Is there a way of sending an invite to all OWA users either via shell or by logging into the mailbox of the room/resource?? I tried to logging in but got an error even though I have Full Admin rights.

    Any advise would be great.

    Thanks,

    Paul.

    Reply
    • Paul Cunningham says

      September 26, 2013 at 10:01 pm

      None that I’m aware of. Why do you need to do that?

      Reply
      • Paul Kirk says

        September 26, 2013 at 10:46 pm

        In order for people to see at a glance the availalbitiy of a room/resourse before trying to make a booking. I’m implementing this at a school and the rooms are timetabled, so only a few free slots per room…it can be difficult to see available slots when viewing via the ‘New Meeting’ window due to limited info shown. I just thought that seemed the most obious way for users to get an overview of the bookings. Are there other ways of achieving the same thing?

        Reply
        • Paul Cunningham says

          September 27, 2013 at 12:17 am

          I see. Maybe take a look at room lists to see if that helps. I’ve also seen users who will dump a bunch of rooms into the meeting request and then remove any that don’t have a free slot they want.

          Reply
        • Paul Kirk says

          September 27, 2013 at 5:44 pm

          I did try the room list , and putting all available room/recourse into a request, but it can be a little confusing for the users, especially as the meeting request window doesn’t show any detail of the busy time in this view. When I followed your other post to show full/busy detail it only shows in OWA when viewing the full calendar, hense why I ended up asking how to invite or to automatically add the calendar for each room/resource to all users own Calendar view simply to give the user the detail they require.

          Reply
        • Paul Cunningham says

          September 27, 2013 at 8:03 pm

          I see. It might be you’ve just run up against a bit of a limitation. I don’t know a better answer for your situation.

          Reply
  45. Miguel Martinez says

    September 13, 2013 at 6:51 am

    Thanks for the post and all the advice given!!

    Mike

    Reply
  46. Anant says

    August 22, 2013 at 6:10 pm

    Hi,

    My auto attendant works fine but the delegation is not working.
    the delegate is not receiving any booking request.
    Any suggestions please.

    Anant

    Reply
  47. Wil says

    August 8, 2013 at 7:24 am

    Hi Paul,

    If I wanted to create a Shared Calendar in which users can input their vacation and time off would I create a room mailbox, or a regular mailbox and share out that calendar? I would like it to where users create the “appointment” in their own calendar but add the Shared Calendar as a recipient so the appointment is created in both calendars.

    Thanks for you expertise.

    Reply
  48. Christopher Adams says

    June 27, 2013 at 1:58 am

    Hello,

    Thank you for the clear and thorough explanation. I was already on this path. However, on completion of the settings for the Room Mailbox/Calendar, a non-privileged user can still add an appointment to the calendar. Here are the steps that I took:

    Create the Room Mailbox in EMC
    Add a delegate to do any approvals
    Login to OWA with my account and then open the new room account.
    Allow automatic approval
    Modify setttings so that only the delegate has scheduling permissions.

    What am I missing?

    Reply
  49. Tony Holdgate says

    May 30, 2013 at 2:03 pm

    Ive followed these instructions to the letter but cannot get the room lists to show up in Room Finder – cached or online mode. Rooms are all set as resourcetype room and distribution group shows as room list. Pure Exchange 2010 with Outlook 2010 clients. They were created weeks ago and I’ve forced an OAB update. Any ideas where to start looking?

    Reply
    • Tony Holdgate says

      May 30, 2013 at 2:29 pm

      oops sorry wrong page- ignore

      Reply
  50. Steven says

    April 2, 2013 at 11:14 pm

    What’s the point of the Resource Capacity and Resource Custom Properties in the Resource General tab? I’ve filled these in but when I go to book a meeting and choose that specific room, none of this info shows. So what’s the point of these settings?

    Reply
  51. arun says

    March 19, 2013 at 11:13 pm

    can you please advise how to proceed on exchange 2007 with outlook 2007?

    Reply
  52. Billy Shepherd says

    March 13, 2013 at 7:01 am

    Hi Paul:

    Do you know if it is possible with Exchange 2010 to create a Resource and have all accepted meetings trigger an email to a group outside of the listed delegates. We have mobile ATM’s that can be reserved by any of our bank locations for community events; however, our maintenance guys (who are not delegates) have to tow the ATM to the needed event. So what we’d like to happen is to have an email sent to the maintenance group when a delegate of that resource accepts a request for the mobile ATM. I’ve looked in Calendar settings and resource properties, but not seeing what we need.

    Any input is greatly appreciated.

    Billy

    Reply
  53. James says

    February 22, 2013 at 4:12 am

    Is any way to disable ActiveSync in the policy? I know you can just go into the properties of the room and disable it, but the team that creates the rooms would like to see if we can have the policy set that way. Also, my company wants is disable on all rooms.

    thanks,
    James

    Reply
    • Paul Cunningham says

      February 22, 2013 at 3:05 pm

      Yes, you could use the cmdlet extension agents to make sure new room mailboxes are disabled for ActiveSync.

      See here for some examples:
      http://eightwone.com/2012/06/19/postconfiguring-mailboxes-cmdlet-extension-agents-part-2/

      Reply
  54. jan says

    February 13, 2013 at 3:45 am

    Hello!

    Can we share the calender of a room mailbox with an external user in Exchange 2010?

    This user from the other company is not an active directory user and the other company are not using an active directory.

    We would like to give this external user full rights to the calender.

    Any suggestions?

    Thank you in forward!

    Reply
  55. nick says

    February 12, 2013 at 8:34 pm

    nightmare! change () for in the text below

    (p)Paragraph 1 blah blah blah(/p)
    (p)Paragraph 2 (b)with a bit of bold(/b) blah blah blah(/p)

    you can also try: (br) text here (/br) for carriage return

    Reply
    • Rod says

      February 13, 2013 at 5:46 am

      Thanks Nick!
      I ended up pasting my Word formatted text to dreamweaver which generated a more or less clean html code for me.
      Your html comment made my day, because prior to finding this post, a wonderful tutorial by the way!, I searched for days in pursuit of changing the “added text” format. No matter what I did it always ate all of my carriage returns (enters). I do not believe Microsoft has this documented – the use of html.

      Reply
  56. nick says

    February 7, 2013 at 11:14 pm

    Hi,
    Is there anyway to configure the “additional text” to appear with formatting (ie Bold and paragraphs). The text I insert into the additional text field appears to remove the line breaks that I put in. For example I put in :
    Paragraph 1 blah blah blah.

    Paragraph 2 blah blah blah.

    I receive the additional text back in the confirmation email as
    Paragraph 1 blah blah blah. Paragraph 2 blah blah blah.

    Reply
    • nick says

      February 7, 2013 at 11:21 pm

      Scratch that. You can use html (sry!) :$

      Reply
      • Rod says

        February 12, 2013 at 9:52 am

        Hi there,
        How did you manage to do the HTML for the additional text? by default, it cuts out all of the “carrier returns”.
        Thanks,

        Reply
        • nick says

          February 12, 2013 at 8:24 pm

          i used the paragraph tag so:
          Paragraph 1 blah blah blah
          Paragraph 2 with a bit of bold blah blah blah

          Reply
        • nick says

          February 12, 2013 at 8:28 pm

          Ok I’v had to add a ! to the tags as you can see above they are being rendered. (just rember to remove the ! in your html.

          i used the paragraph tag so:
          Paragraph 1 blah blah blah
          Paragraph 2 with a bit of bold blah blah blah

          here’s a nice resource for html:
          http://www.w3schools.com/html/html_basic.asp

          Reply
  57. Eric says

    January 18, 2013 at 8:39 am

    We use the Outlook Calendar to manage our Daily facility calendar for a HS of approx 3000 students. This includes practices, club meetings, outside rentals and such.

    Havent found a way to effeciently enter events that may require multiple rooms ( upto nearly 100 for some large speech tournaments) along side events that repeat and may need 10 classrooms each time they meet.

    Want to have one entry of an event with multiple rooms that may repeat on a non-regular basis AND to alert if there are room conflicts between events for the same time.

    We may enter information in June for the follwing school year August- June.

    Any suggestions would be appreciated-

    Reply
    • Paul Cunningham says

      January 21, 2013 at 1:01 pm

      Well an Outlook meeting request can have multiple rooms added to it.

      If that isn’t what you mean then I haven’t understood your description, sorry.

      Reply
  58. Jay says

    December 11, 2012 at 2:10 am

    Having not used exchange resources long, someone has asked the question
.. how many times have my room resources been booked??
    To this I replied
. no idea
. but I bet someone has already considered asking this before and there will be a way to do it
.
    So does anyone know if a powershell exists to run on your resource mailbox to say how many times a room/location has been used??
    thanks

    Reply
  59. Amy says

    December 5, 2012 at 7:00 am

    Hi
    Question, we had Exchange 2003 and configured Direct Book Resource rooms. Can I convert those to Exchange 2010 room mailboxes? I need to be able to get the existing bookings from the existing calendars to the new one.

    We already brought the mailboxes over from 2003 to 2010. Users bookings are not booking the rooms, we assume since 2010 Outlook no longer has the code to direct book.

    So, it is as easy as changing the current mailbox to a room mailbox? 🙂 I am sure it isn’t. I have tried to find this via google, but not coming up with my specific scenario.

    Thanks

    Reply
  60. Hein says

    November 28, 2012 at 5:48 pm

    And a small question which just now surfaced in my mind.. i have a room mailbox and want to grant a group users editor rights. The users are in their own OU. How do i do that?

    Reply
  61. Hein says

    November 28, 2012 at 5:43 pm

    Just a small comment saying thanks! Great little tutorial.

    Reply
  62. Mohammad says

    October 7, 2012 at 8:37 pm

    Hi
    when i set it to book automatically it is ok but when not there is a problem
    I chose myself and our secretary as delegates
    we use ex 2010 sp1 and outlook 2010

    when people request a meeting we cannot see it in the calendar (i go to outlook – > calendar and add a calendar (the room’s) but i cannot see their request to accept or deny

    i also set all persons allowed in sending in/out of policy booking requests but no success

    Reply
  63. Ganesh says

    September 10, 2012 at 9:59 pm

    Hi Paul,

    I have setup the Room Mail box as per your instructions.

    Can you please help me on how to disable / deny sending mail if conflict is detected on booking of Outlook resources from Meeting request.

    Currently i get the meeting declined message after the invite is sent.

    Regards,

    Ganesh P

    Reply
    • Paul Cunningham says

      September 16, 2012 at 4:30 pm

      No I don’t think there is a way to prevent the email being sent if there will be a conflict in the room mailbox calendar.

      Reply
  64. PMSLEET says

    September 6, 2012 at 6:41 pm

    Hi!

    I was wondering if a third person (reception) could get an email on every booking done in a room-resource.

    Regards PMSLEET

    Reply
    • Paul Cunningham says

      September 16, 2012 at 4:30 pm

      Yes, if they are added as a delegate for the room mailbox.

      Reply
  65. Vignesh says

    September 2, 2012 at 2:07 pm

    Hi Paul,

    Is there any way to create room mailboxex using power shell scripts? I need to create about 50+ conference room mail boxes and creating through GUI may consume more time and I don’t see an option to “copy” settings in GUI

    Reply
    • Paul Cunningham says

      September 3, 2012 at 9:30 pm

      You can get the PowerShell syntax just by running through the GUI wizard once. Then customize it/script it to your needs (including turning on the AutoAccept for meeting requests).

      Reply
  66. Steve says

    August 18, 2012 at 1:08 am

    IS it possible to set up a custom rule for auto-accept? For example, only auto accept items that have a specific word in the subject line?

    Reply
    • Paul Cunningham says

      August 22, 2012 at 10:24 pm

      As far as I know, no you can’t, at least not out of the box. Possibly with some custom development.

      Reply
  67. ahmet says

    July 9, 2012 at 10:56 pm

    Hi, this tutorial is very usefull. Thank you very much.

    I want to develop an application that can reach a room-mailbox calendar and list every meeting request to display in a screen.

    I achived of big part of my purpose. with your help.

    I can reach mailbox calendar by using the delagete account. I can list every meeting. at first I cant see the subject, just organizator name as a subject. After a few researches, found a way to disable changing subject.

    the second toruble is I cant see the meeting sensitivity, private meetings look normal, I think there is some solutions for this.

    but all of these changes for room mailbox are not good, I guess.

    maybe these changes can effect some general usage of room mailboxes.

    But I want to ask, what is the best practice of accessing room mailbox calendar. is there any other way, to reach room mailbox without any modifications. for example: ist it possible connect a normal account to a room mailbox? I mean, while requesting a meeting, after selecting room mailbox, the connected mailbox will be added to required attendee list. and I will connect this account that is a copy of room mailbox. and I can reach every detail of mailbox.

    any suggestion ?

    Reply
  68. Bryan Sycamore says

    May 31, 2012 at 11:47 pm

    This has worked well for us so far. We used to have Public Folders set up for rooms

    Is there any easy way, once the Room is setup that it can be displayed under Public Folders?

    Or is there a better way to do this. Basically just want everyone to be able to find the rooms in the same place that they are used to looking, but with the functionality of being able to ‘Book’ them as rooms

    Thanks

    Reply
  69. ghalib yacoub says

    May 25, 2012 at 7:33 am

    hi

    I have follow your steps of how to allow delagates to accep the meeting,but I need to explain to me how to do the following step by step.

    :

    1.Grant an administrator Full Access Permissions to the Room Mailbox, open it in Outlook, and edit the Calendar and Mailbox permissions.
    2.Grant the delegate Full Access Permissions to the Room Mailbox

    Reply
  70. Barry Greene says

    May 4, 2012 at 1:29 am

    I have a room calendar set up in Office 365, the calendar accepts appointments fine, but when you look at the appointment in the room calendar it shows the username as the subject, not the original subject of the appointment. How do I fix that, since this information is basically useless the way it is.

    Thanks

    Reply
  71. Jamey says

    May 1, 2012 at 1:00 am

    Paul,
    I was able to set up the ROOM perfectly. Unfortunately I can not get the details to show, it only shows who booked and not the details? Help!

    Reply
  72. Leah says

    April 11, 2012 at 5:23 am

    Can you only manage delegates through the EMC? We are currently migrating to 2010 from Exchange 2003. Previously, our helpdesk staff managed resource calendar delegates through Outlook. But with disabled equipment/room accounts Helpdesk staff will no longer have access to do this, unless I’m missing something? I’ve looking for this setting by ‘managing another user’ in OWA and cannot find it.
    It would be quite inconvenient if Helpdesk staff can no longer manage this, as delegates change quite frequently around here.

    Reply
    • Paul Cunningham says

      April 11, 2012 at 6:20 am

      You can still open room/equipment mailboxes with Outlook if you have permissions to open the mailbox.

      Reply
  73. Quintin says

    March 29, 2012 at 11:09 pm

    Hi Paul

    I was wondering if you know why when scheduling a series you cannot change a conflicting meeting to a different boardroom, it works when you keep to the same boardroom just a different time slot.

    Regards
    Quintin Rudman

    Reply
  74. Dennis says

    March 23, 2012 at 5:52 am

    I am having the same problem as Steffen,

    I want all of our users to see what and who has the booking of the room in the room calendar. Write now all they see is busy.

    Thanks

    Reply
  75. Steffen says

    March 7, 2012 at 10:35 pm

    Hi.
    I have a problem with the permission on the new room we made here.
    We are trying to find a way to allow people to book the room, and other can see it but not edit it, but admin will be able to read, book and edit.
    Can anyone please tell me an easy way to fix it?
    Thanks!

    Reply
  76. Alexander Wallo says

    February 24, 2012 at 7:36 pm

    Hi,

    I was wondering, is there anyway to make only a specific group being able to book a specific conference room? We have mailboxes set up and is working perfectly, but we want only one specific section/unit to be able to book that conference room, is that possible?

    Alex

    Reply
    • Paul Cunningham says

      May 21, 2012 at 10:24 pm

      See here for a solution to your question:

      https://www.practical365.com/exchange-2010-restricting-room-mailbox-bookings-to-specific-groups

      Reply
  77. Paul Cunningham says

    February 23, 2012 at 9:30 pm

    I can see a few people have outstanding/unanswered questions or problems with room mailbox behaviour, so I’m going to do my best to research them all and post the answers if I find them.

    Reply
  78. David Watkin says

    February 22, 2012 at 10:42 pm

    Do you know if there is a way to stop accepted meeting room resource requests going into the meeting organiser’s calendar? This is because the PA’s request the meeting rooms on behalf of their bosses but they aren’t going to attend the meeting themselves.
    David

    Reply
    • Anthony says

      March 17, 2012 at 4:02 am

      David, have you had any progress regarding your question?

      Reply
    • Paul Cunningham says

      May 21, 2012 at 10:52 pm

      Hi David, try sharing this tip with the PAs.

      https://www.practical365.com/how-to-prevent-meeting-requests-appearing-in-delegates-outlook-calendars

      Reply
  79. Janet says

    February 3, 2012 at 4:27 am

    Hi
    I’m seeing an issue where requests that are emailed in from external senders do create appointments, however they do not get forwarded to the delegate, even though this is set up to do so. Has anyone else had this problem, or is this a known issue with Exchange 2010 /hosting?

    Thanks

    Reply
    • Andrew says

      April 5, 2016 at 12:15 am

      I am having the same issue for external delegates and internal. I Exchange 2010 SP3.

      Newly created room. Resource General Tab – Enable the Resource Booking Attendant Ticked.

      Resource Policy and add the delegates and tick Forward meeting requests to delegates. The delegates do not receive any of the requests.

      I have performed a message track and the emails are being generated

      Reply
      • Andrew says

        April 5, 2016 at 12:18 am

        That should be not being sent

        Reply
  80. William Palensky says

    February 2, 2012 at 12:30 am

    Hi
    I currently have shared calendars in exchange 2003 that i need to migrate all the information to a room in exchange 2010 enviroment , is there a simple way of doing this?? i have not found any post anywhere and i know that there has to be some way of doing it.

    Thanks

    Reply
    • Charlie says

      February 23, 2012 at 8:01 am

      After you move the mailbox, use the EMS to change the “type” – the command looks something like:

      Set-mailbox -Identity “” -Type “”
      I’ve successfully changed a migrated mailbox from “shared” type to “Room” type using this format. Knowing this, it should be possible to get creative on the scripting etc if you have a lot of them to do.

      Reply
      • Charlie says

        February 23, 2012 at 8:03 am

        Sorry my initial post had the brackets stripped.

        An example script would be:
        Set-mailbox -Identity “CRBusiness1” -Type “Room”
        This will change the type from “shared” to “room”. Room can be replaced with “Equipment” etc.

        Reply
  81. Kyle says

    January 25, 2012 at 1:11 am

    Hi All,

    Im desperately trying to get outlook to NOT let meeting invites go out if the meeting room selected for use is already booked. It causes a nightmare of phone calls and confusion when everyone gets invited to a meeting room, the organiser is notified by reply mail that the room has declind the invite but everyone else is still invited to that room and the organiser doesnt go back and ammend the original booking to another meeting room that is available.

    Idealy I want outlook to popup and say that the room is booked and the invite cant be sent. then they can change it and click send and then it will accept it.

    SURELY this is possible! we have exchange 2010 and mostly outlook 2010 clients but still quite a few outlook 2007 clients…

    PLEASE HELP…Im dying here

    Reply
    • Mike says

      February 7, 2012 at 9:45 am

      Have found no way to prevent invitees getting the meeting if the resource is not available through Resource booking Attendant. Only using direct booking, which of course causes a whole other set of issues.

      Reply
    • Abdullah says

      February 20, 2012 at 10:34 pm

      Hi Kyle
      Just wanted to ask you whether you were able to get a solution for your problem. I have the same issue here. Need to prevent the sender if the resource mailbox is booked and the AutomateProcessing is set “AutoAccept”.
      Thanks.

      Reply
      • Kyle says

        February 20, 2012 at 10:41 pm

        Unfortunately still no luck! 🙁

        Paul maybe you could shed some light?

        Reply
        • Arthur says

          February 23, 2013 at 12:46 am

          Same exact issue I am having. Conference room declined yet users accept meeting.

          Reply
        • Paul Cunningham says

          February 23, 2013 at 5:20 am

          I have no suggestion at the moment. I’m not sure if Exchange 2010 can prevent that. Meeting organisers may just need to pay more attention to room availability.

          Reply
          • Adam Rollings says

            October 7, 2016 at 7:25 pm

            This issue isn’t just caused when the room is pre-booked.

            if the room delegate rejects a booking, only the invite originator is notified and if they do nothing all other attendee’s still think they have a meeting.

          • Paul Cunningham says

            October 7, 2016 at 9:15 pm

            This has been the situation for years. The meeting organizer needs to manage their meeting, including availability of a room.

  82. tolinrome says

    January 5, 2012 at 12:57 am

    Although I enabled the Set-CalendarProcessing “Conference Room 1” -AutomateProcessing AutoAccept on the roommailboxes, nobody is receiving automatic acceptance from the room mailbox, when I first set this up I did receive an automatic acceptance but not anymore. I also checked in the EMC and the box is checked to receive these emails. Thanks!

    Reply
  83. Jim says

    December 15, 2011 at 12:13 am

    Paul,

    Sorry I didn’t give you the whole story and I checked those settings first. The end user gets an invite from a delegate and it shows up fine and they have the choice to respond. Same end user gets meeting request from same delegate but with a meeting room (resource) added and they get the ‘No action required’ meeting request that deletes itself leaving the meeting on the end users calendar as tentative.

    Hope that’s clear. Maybe you can point me to something that explains the resource settings in greater detail?

    Jim

    Reply
  84. Jim says

    December 13, 2011 at 7:07 am

    Paul,
    I have this situation. The rooms are setup to auto accept request but the users that are invited are getting an email for the meeting which says “No action is required”. The email is then auto deleted and the meeting is added to the user’s calendar but in the tentative status. The user then has to go into the meeting on his calendar to accept, decline etc.

    Jim

    Reply
    • Paul Cunningham says

      December 13, 2011 at 9:06 am

      Hi Jim, end users can configure their own calendar auto-accept type settings via Outlook. Have you checked those for the user?

      Reply
  85. Martin says

    December 3, 2011 at 7:59 am

    Paul,
    I am trying to find a way in Exchange 2010 to have room or resource/equipment reservations to automatically generate a 4 digit participant code/password to include in the invites – or “worst case scenario” ..ONLY generate and inform the organiser about the generated code – with the accepted booking confirmation.
    This way I would be able to let Exchange decide the meeting password for ad-hoc conferences in both my video conference MCU’s and smaller and separate PBX audio MCU’s
    In this way I would have the same booking procedure for both.

    I am not really happy to use snap-ins, or add-ons in the Outlook client.

    I have been googling for days now, but cannot find even others asking a similar question ….am I missing something?
    Do you have any ideas if what I am looking for is available in Exchange 2010?

    Regards
    Martin

    Reply
    • Paul Cunningham says

      December 4, 2011 at 9:11 pm

      Hi Martin, I don’t think you’ll find that natively in Exchange. Lync might provide some of that though, otherwise it would have to be something developed to hook into Exchange via the EWS APIs I guess.

      Reply
  86. Jeremy says

    October 14, 2011 at 3:12 am

    Hello,

    I am configuring equipment resource calendars in an attempt to have resource requests sent to me, or ideally our spiceworks ticket system. The forwarding is on and a delegate is specified, however it does not show up in any inbox but the resources (it is specified to go to both). Has anyone else had this issue?

    Reply
  87. Asem says

    October 2, 2011 at 5:36 pm

    Hi,
    as a normal user how i can know who reserving the room ,because all what we see is the room is busy from 1:00 Pm to 2:00 Pm , but we don’t know who is reserving the room .
    can you help us ?

    Reply
    • Keith says

      October 8, 2011 at 1:48 am

      The default free/busy Calendar settings on the Room Mailbox are set to: Free/Busy Time
      If you log into the Room Mailbox via Outlook and change the Calendar settings to: Free/Busy Time, Subject, Location — you will be able to view the user who reserved the room.

      Hope that helps. 🙂

      Reply
      • hervĂ© says

        October 14, 2011 at 6:32 pm

        Hi,

        I try to display the organizer’s name on the ressource calendar, without succes.
        I checked the box in the” ressource information” tab: “add organizer name to the subject”, but nothing appears.

        I also try through OWA but could not find the good option.

        thanks for help

        Reply
  88. Keith says

    September 29, 2011 at 3:23 am

    Have a weird issue — my BlackBerry cannot view the free/busy info on the Room Mailbox, all other Mailboxes are ok. Are the free/busy Calendar rights different on a Room Mailbox VS. a normal User Mailbox ? I see some other people have come across this issue but haven’t been able to find a fix yet.

    Reply
    • Paul Cunningham says

      September 29, 2011 at 8:46 pm

      Hi Keith, have you asked Blackberry support about this? It would be interesting to hear what they think about it.

      Reply
      • Keith says

        October 1, 2011 at 2:02 am

        Update — could have been a corrupted MAPI profile on the BES server. I re-created the MAPI profile on the BES server, re-started the BES services and bingo — free/busy info was now showing on the BlackBerry devices. 🙂

        Reply
  89. Patricio says

    September 15, 2011 at 11:44 pm

    Hola, donde es que se ve la cuenta desactivada?? yo eso no lo encuentro incluso configure la delegacion, y tampoco le llega nada a la persona que esta como delegada de esa sala cuando yo le creo una reunion

    agradezco su ayuda

    Reply
    • Paul Cunningham says

      September 20, 2011 at 9:45 pm

      Hi Patricio, according to Google Translate your question is:

      “Hello, where is that account is disabled? I find it’s not even configure the delegation, and there comes nothing to the person you are as a delegate in that room when I think a reunion”

      But I’m sorry, I still don’t understand what you’re asking.

      Reply
      • JULIO says

        October 1, 2014 at 10:17 am

        Hi Paul, lost in tranaslation ( Patricio is asking )

        Hi, Where exactly do you see the disabled AD account, I can’t find it and I even configured the Delegation, the person that I have allowed delegation rights doesn’t get a notification from the room resource once I set up delegation.
        Thanks for your help

        ( Julio here, even translating Patricio’s question is confussing as he starts asking about the disabled ad account which is clearly showing on your tutorial then he jumps onto setting up delegation for the room resource and the ‘user’ not getting the room notifications… which is also quite clearly explained in your tutorial )

        Reply
  90. Martin Haggarty says

    September 9, 2011 at 11:12 pm

    How do you set and view permissions on room booking?

    Reply
  91. Adam Claypool says

    August 16, 2011 at 2:32 am

    Has anyone seen the issue where the auto acceptance e-mail that is generated works except when the room is reserved from Outlook 2010. Outlook 2007 I get an auto-generated e-mail with the customized text. If I reserve the room through OWA I get the e-mail. However, anytime I reserve the room from Outlook 2010 no message is received.

    Thanks,
    Adam

    Reply
    • Paul Cunningham says

      August 17, 2011 at 6:57 am

      Never heard of that problem before. Is there anything else that might be a factor? Eg does it only impact room mailboxes that were created before you rolled out Exchange 2010?

      Reply
  92. Brandon says

    August 5, 2011 at 2:45 am

    Is it possible to configure the room resources via command line or powershell? We utilize MSOnline as our exchange server so we don’t have access to the GUI to get to the resource information/general/policy tabs highlighted in yellow above. We have a double booking issue that seems to occur when ppl create an appointment but don’t invite the room as a resource causing a double booking issue, conversely I would like to disable users direct booking on the room calenders and want to turn that ability off so they can only book via their own calenders.

    Reply
    • Paul Cunningham says

      August 5, 2011 at 10:51 pm

      Brandon, I’m assuming that something will be available to you, but best you check with the support info or your host’s support desk if you aren’t sure.

      Reply
  93. Brady says

    August 2, 2011 at 2:29 am

    Great explanation. Is there a way to automatically change availability of a non-booked resource as the given time draws near. For example, if a person is used as a resource, they may be happy to auto accept bookings, but they might not notice if someone books them five minutes ahead of time. Maybe a rule that says change available times occuring in the next hour to busy.

    Thanks for any suggestions – I have a staff member who insists on only taking bookings by personal email because the trouble this can cause.

    Reply
    • Paul Cunningham says

      August 3, 2011 at 9:04 pm

      None that I can see. Maybe configuring text message notification for calendar reminders would help alert them to those last minute bookings?

      http://technet.microsoft.com/en-us/library/dd351284.aspx

      Reply
  94. Andrew says

    July 20, 2011 at 4:25 am

    How do you stop the “automatic acceptance” emails from being sent out after creating a meeting? Users are complaining these are annoying…

    Thanks.

    Reply
    • Paul Cunningham says

      July 21, 2011 at 9:22 pm

      Hi Andrew, I’m not sure that you can disable them.

      Your users find it annoying? I would have thought they’d like the confirmation that their room booking was made successfully? :-/

      Reply
      • Andrew says

        July 21, 2011 at 10:43 pm

        Agreed. Our decision has been to keep them, however I did find a command to not have any messages come back from the meeting rooms.

        set-calendarprocessing -enableresponsedetails $false

        But this is all or nothing.

        Heres the post:
        http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/6fd42bf2-2e3f-45c8-95d9-9a79a41035d2

        Reply
      • Paul Cunningham says

        July 21, 2011 at 10:45 pm

        Yeah I would think its too risky to disable all responses like that.

        Maybe in the next version of Exchange 🙂

        Reply
    • Dave says

      January 3, 2015 at 7:04 am

      Maybe try creating a Transport Rule that redirects all internal email with the exact “subject name” to some extra folder in your inbox.

      Reply
  95. Craig Roberts says

    January 29, 2011 at 2:57 am

    Hi

    Write up is great and helped a lot to clarify what I was doing.

    The problem with Room Resource booking is that you need to invite all rooms to see availability for a meeting. Then, when you have decided upon a time and room, you need to remove the rooms you don’t require. This is bit effort.

    Also, it doesn’t work as well on Outlook for Mac, but that is just OFM, not Exchange.

    Regards
    Craig

    Reply
  96. Tal says

    November 16, 2010 at 4:38 pm

    Hi,

    I have create room according to this guide, but unfortunately users that are not in Organization Management; Recipient Management or Domain admins are not getting back accept from the room, (all other getting).

    The reservation request are getting to the inbox of the room but not proceed except of the privileged.
    What have I done wrong?
    Thanks
    Tal

    Reply
  97. Chreag says

    November 16, 2010 at 12:32 am

    The room booking stuff is fine up to the point where people start doing All Day meetings.

    If it clashes you don’t get any email back letting you know that the meeting couldn’t be created.
    The default for all day events is to set the status to Free rather than Busy which has led to loads of accidental double bookings. There is no way to change the default and people don’t alway remember to set it to Busy.
    If you set the maximum meeting length to less than 1440 minutes (i.e. all day) in order to stop people making all day events and someone tries to create one then no appointment is made, but no email is sent letting the user know this.

    Are there any cures for this becuase it is causing us problems?

    Reply
  98. Jason T. says

    November 4, 2010 at 5:12 am

    Awesome write-up. I would just like to also see how everyone can see the current availability of the room in calendar format.

    Reply
    • Dave says

      January 3, 2015 at 6:58 am

      im using outlook 2013,
      in calenders: right click on “my calenders”. Go to add calender, select “from room list”.
      Choose your calender, then add.

      Reply
      • Dave says

        January 3, 2015 at 7:26 am

        I also found, if you click “open calendar” from the ribbon at the top and select room list, and add you room, it will add it as it own tab named “rooms” instead of falling under “may calendars”. I prefer this method.

        Reply

Leave a Reply Cancel reply

You have to agree to the comment policy.

Recent Articles

  • Microsoft Launches Group Ownership Governance Policy
  • Making the Case for Identity Governance in Azure Active Directory
  • Prepare an Office 365 migration plan assessment using PowerShell
  • Microsoft Releases May 2022 Exchange Server Security Updates
  • New Future of Work for Microsoft 365, IOT and more: Practical 365 Podcast S3 Ep. 2

Copyright © 2022 Quadrotech Solutions AG · Disclosure · Privacy Policy
Alpenstrasse 15, 6304 Zug, Switzerland