Enable or Disable the Automatic Processing of Meeting Messages
Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
You can enable or disable the Calendar Attendant function to process meeting messages for a user. A meeting message is any meeting item used in the meeting workflow to update calendar items.
By default, the Calendar Attendant performs the following actions on a user's calendar:
Updates the time of the meeting on an attendee's calendar after receiving an update from the organizer.
Updates the attendee's response on the organizer's calendar after receiving a response from the attendee.
For more information about how to disable the automatic removal of older meeting messages on a per-user basis in Microsoft Office Outlook Web App, see "Automatic Processing" in Calendar Tab.
Looking for other management tasks related to meeting items? Check out Managing Meeting Items.
Use the Shell to enable automatic processing of meeting messages
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Calendar processing" entry in the Mailbox Permissions topic.
Note
You can't use the EMC to enable automatic processing of meeting messages.
This example enables the automatic processing of meeting messages for Ellen Adam's mailbox.
Set-CalendarProcessing -Identity "Ellen Adams" -AutomateProcessing AutoUpdate
For detailed syntax and parameter information, see Set-CalendarProcessing.
Use the Shell to disable automatic processing of meeting messages
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Calendar processing" entry in the Mailbox Permissions topic.
Note
You can't use the EMC to disable automatic processing of meeting messages.
This example disables the automatic processing of meeting messages for Kevin's mailbox.
Set-CalendarProcessing -Identity "Kevin" -AutomateProcessing:None
For detailed syntax and parameter information, see Set-CalendarProcessing.
© 2010 Microsoft Corporation. All rights reserved.