Skip to main content
Chat with Biamp tech support
Biamp Cornerstone

The Meeting Subject is Shown as Organizer (M365)

If your Evoko Liso device is showing the organizer as the subject for a meeting, then it is most likely due to a setting for your room resource account in Microsoft O365.

Changing this setting for a room resource is done in power-shell, so the first step will be to connect power-shell to exchange online.  We recommend to use Microsoft's guide on how to connect:

https://docs.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exchange-ps

After you have connected to your tenant through power-shell, run this command to change to setting for the given room; note that you will need to run this command for each room resource account you need to change:

Set-CalendarProcessing RESOURCEMAILBOX -AutomateProcessing AutoAccept -AddOrganizerToSubject $False -DeleteComments $False -DeleteSubject $False -RemovePrivateProperty $false

Further reading

  • Was this article helpful?