This information only applies to older generations of our software.
Applies to: Exchange 2007/2010/2013/2016/Office 365
Per default on a room resource the title field is set to the same name as the organizer. You can change this behavior so that title is the actual title of the meeting instead of organizer.
- Access exchange through powershell
- Enter the following command to change it
2007Set-MailboxCalendarSettings -Identity <room resource> -DeleteSubject $false -AddOrganizerToSubject $false -RemovePrivateProperty $false
2010/2013/Office 365Set-CalendarProcessing -Identity <room resource> -AddOrganizerToSubject $false -DeleteSubject $false-RemovePrivateProperty$false