Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2006-12-18

This topic explains how to use the Exchange Management Shell to disable the removal of out-of-date meeting requests and responses.

Note:
In Microsoft Exchange Server 2007, you cannot use the Exchange Management Console to disable the removal of out-of-date meeting requests and responses.

You can use Microsoft Outlook Web Access to disable the removal of out-of-date meeting requests and responses on a per-user basis. For more information, see "Calendar Options" in Outlook Web Access Help.

Before You Begin

To run the Set-MailboxCalendarSettings cmdlet, the account you use must be delegated the following:

  • Exchange Recipient Administrator role

For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.

Procedure

To use the Exchange Management Shell to disable the removal of out-of-date meeting requests and responses

  • Run the following command:

    Copy Code
    Set-MailboxCalendarSettings -Identity "Ellen Adams" -RemoveOldMeetingMessages:$false
    

For detailed syntax and parameter information, see the Set-MailboxCalendarSettings reference topic.

For More Information

For information about how to remove out-of-date meeting requests and responses, see How to Remove Out-of-Date Meeting Requests and Responses.