This information only applies to older generations of our software.
Applies to:Exchange 2007/2010/2013/2016/Office 365
Per default Exchange room resources will remove the marking of meetings as private, causing the meeting title to be shown on the display. By following the instructions below you can change the behaviour so that titles are never shown for meetings marked as private.
- Access Exchange through Powershell
- Enter the following command to change it
2007Set-MailboxCalendarSettings -Identity <room resource> -RemovePrivateProperty $false
2010/2013/Office 365Set-CalendarProcessing -Identity <room resource>-RemovePrivateProperty$false