Meeting Organizer Appears as Subject

J

jfain

We're using Exchange 2007 with a mixture of Outlook 2003 and Outlook
2007 clients. Recently several entries have shown up on Resource Room
calendars with the meeting organizer showing in the subject line. Has
anyone else seen this behavior?
 
J

jfain

Found a solution to my own problem, so I'm posting the fix for others.

This is really an Exchange issue. You need to turn off th
DeleteSubject and AddOrganizertoSubject settings for the resource room.
I used the following PowerShell command:
set-mailboxcalendarsettings -identity meetingroom -deletesubject $fals
-addorganizertosubject $false

http://technet.microsoft.com/en-us/library/bb124987(EXCHG.80).asp
 
Top