Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For one room (replace my-room with the email address of your meeting room): 

Code Block
languagepowershell
Set-CalendarProcessing my-room -AddOrganizerToSubject $false -DeleteSubject $false -RemovePrivateProperty $false -DeleteAttachments $false

For all your rooms: 

Code Block
languagepowershell
Get-Mailbox| where {$_.RecipientTypeDetails -eq "RoomMailbox"} | Set-CalendarProcessing -AddOrganizerToSubject $false -DeleteSubject $false -RemovePrivateProperty $false

Prepare the ROOMZ Portal

In Setup - Booking Systems, under the Settings tab, activate Show image in attachments

...