Enable or Disable Calendar Repair for a Mailbox

 

Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

The Calendar Repair Assistant (CRA) is a configurable, throttle-based Mailbox Assistant that runs within the Microsoft Exchange Mailbox Assistants service on Mailbox servers that run Microsoft Exchange Server 2010. CRA detects and corrects inconsistencies that occur for single and recurring calendar items for mailboxes that are homed on the Mailbox server that is running CRA. The purpose of this process is to make sure that recipients won't miss meetings or have unreliable meeting information.

By default, the CRA is not set to run automatically. To configure the CRA to run and repair calendar inconsistencies, use the set-mailboxserver cmdlet in the Exchange Management Shell to set the work cycle and work cycle checkpoint. The Exchange Management Console cannot be used to configure calendar repair log settings.

You can turn on or turn off calendar repair for a mailbox by using the Set-Mailbox cmdlet in the Shell.

Looking for other management topics related to calendar repair? Check out Managing Calendars.

Use the Shell to disable calendar repair for a mailbox

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Calendar repair" entry in the Mailbox Permissions topic.

Note

You can't use the EMC to disable calendar repair for a mailbox.

Mailboxes for which calendar repair is disabled won't have their calendar items repaired by the CRA.

This example disables the CRA for the user mailbox tony@contoso.com.

Set-Mailbox -Identity tony@contoso.com -CalendarRepairDisabled $true

For detailed syntax and parameter reference, see Set-Mailbox.

Use the Shell to enable calendar repair for a mailbox

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Calendar repair" entry in the Mailbox Permissions topic.

Note

You can't use the EMC to enable calendar repair for a mailbox.

This example enables the CRA for the user mailbox ayla@contoso.com.

Set-Mailbox -Identity ayla@contoso.com -CalendarRepairDisabled $false

For detailed syntax and parameter reference, see Set-Mailbox.

See Also

Concepts

Understanding Calendar Repair
Managing Calendars

 © 2010 Microsoft Corporation. All rights reserved.