This is a reference article for tweaking Exchange Online Resources (Meeting Rooms, Equipment, etc).
- How to show Organizer Name and Subject meeting details on a Resource Calendar (Meeting Room).
- Fire up a Remote Powershell session
- First adjust the calendar default permissions:
Set-MailboxFolderPermission -AccessRights LimitedDetails -Identity “<Room Name>:\calendar” -User default - Next set the variables you want to flow into the appointment:
Set-CalendarProcessing -Identity “Room Name” -AddOrganizerToSubject $true -DeleteComments $false -DeleteSubject $false - NOTE: This only applies to new appointments. The old appointments had their details stripped on acceptance of the appointment. You may be able to force an update of those details if you send an update of the appointment to the Meeting room.
- NOTE 2:
Get-CalendarProcessing options
Set-CalendarProcessing optionsInfo for this how to came from:Â emtunc.org
*Remote Powershell*
Updated 9/30/2022: see Microsoft 365 PowerShell connect to Exchange tenant | IT by Mitch (mitchellenright.com)