Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Meeting requests bypass the requirement for delegate approval and instead book resource mailboxes automatically in an Exchange Server 2010 environment


View products that this article applies to.

Symptoms

Consider the following scenario:
  • You configure a delegate for a resource mailbox in a Microsoft Exchange Server 2010 environment.
  • You enable the Resource Booking Attendant on the resource mailbox.
  • You configure the automated booking policies for the resource mailbox, so that the parameters for the calendar attendant configuration are set to the following:
    • AllRequestOutOfPolicy : True
    • AllBookInPolicy : False
    • AllRequestInPolicy : True


    For example, you configure the following automated booking policies for the resource mailbox properties in Exchange Management Console:
    • On the Resource General tab, you select the Enable the Resource Booking Attendant check box.
    • On the Resource Policy tab, you add a delegate for the mailbox, and then you select the Forward meeting requests to delegates check box.
    • On the Resource Out-of-Policy Requests tab, you select the All users option.
    • On the Resource In-Policy Requests tab, you add recipients who can submit in-policy meeting requests that will be automatically approved. Then, you select the All users option so that all users can submit in-policy meeting requests that require approval by a resource mailbox delegate.

    Or, you run the following cmdlet to set the calendar attendant configuration:
    Set-CalendarProcessing -ResourceDelegates 'domain/OU/delegate_user' -AllBookInPolicy $false -AllRequestInPolicy $true -BookInPolicy 'domain/OU/user_who_is_allowed_to_book' -AllRequestOutOfPolicy $true -Identity 'domain/OU/room_resource'


    Note To check the calendar attendant configuration, run the Get-CalendarProcessing –Identity Resource Mailbox |fl cmdlet in Exchange Management Shell.

  • A user sends a meeting request to book the resource mailbox.
In this scenario, the meeting request books the resource mailbox automatically, without involving the resource mailbox delegate. The expected behavior is that the meeting request requires approval by the resource mailbox delegate.

↑ Back to the top


Cause

This issue occurs because the calendar attendant incorrectly processes the booking policies.

↑ Back to the top


Resolution

To resolve this issue, install the following update rollup:
2685289 Description of Update Rollup 3 for Exchange Server 2010 Service Pack 2

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More Information

For more information about how to set a delegate on a resource mailbox, go to the following Microsoft website:For more information about how to configure the automated booking policies for a resource mailbox, go to the following Microsoft website:For more information about the Get-CalendarProcessing cmdelt, go to the following Microsoft website:For more information about the Set-CalendarProcessing cmdlet, go to the following Microsoft website:

↑ Back to the top


Keywords: kbqfe, kbfix, kbsurveynew, kbexpertiseinter, kb

↑ Back to the top

Article Info
Article ID : 2589233
Revision : 1
Created on : 1/7/2017
Published on : 5/29/2012
Exists online : False
Views : 373