If your Humly Room Device is showing organizer as title for a meeting, then it's most likely a setting for your resource room in Microsoft 365.
Changing the settings for a resource room is done in powershell, so first step will be to connect powershell to exchange online. We recommend to use Microsofts guide on how to connect:
When you are connected to your tenant throught powershell, run this command:
Set-CalendarProcessing RESOURCEMAILBOX -AutomateProcessing AutoAccept -AddOrganizerToSubject $False -DeleteComments $False -DeleteSubject $False -RemovePrivateProperty $false
Comments
0 comments
Please sign in to leave a comment.