Applies to: Exchange 2013/2016/2019/Microsoft 365
How to resolve:
Per default, for room resource calendars, titles are automatically set to the organizers name. You can change this behavior so that title is the actual title of the meeting instead of the organizers name.
- Access exchange through powershell
- Enter the following command to change it
2013/2016/2019/Microsoft 365Set-CalendarProcessing -Identity <room resource> -AddOrganizerToSubject $false -DeleteSubject $false-RemovePrivateProperty$false