Update Microsoft 365 Meeting Titles after Syncing
Due to Microsoft default settings, meetings synced from Outlook will show the name of the organizer instead of the actual title. This topic describes how to update meeting titles for Microsoft 365 via Exchange Online PowerShell.
Prerequisites
- If you are not sure if the EXO V2 module was installed, you can check the existing modules on your system.
- To install the EXO V2 module, see Install the EXO V2 module on Windows and Install the EXO V2 module on macOS and Linux.
Step 1. Connect to Exchange Online PowerShell
-
Run PowerShell as administrator.
-
In the PowerShell window, run the following command:
Connect-ExchangeOnline
-
In the pop-up window, enter the credential of the Microsoft 365 account (which is connected to Yeastar Workplace) to log in to Exchange Online PowerShell.
Step 2. Run the command
Get-Mailbox -RecipientTypeDetails RoomMailbox | Set-CalendarProcessing -AddOrganizerToSubject $false -DeleteSubject $false -DeleteComments $false -RemovePrivateProperty $false
This will allow Yeastar Workplace to correctly retrieve a meeting’s title.
Step 3. Disconnect the Exchange Online PowerShell
You have completed the configuration, now you can disconnect the Exchange Online PowerShell.
Disconnect-ExchangeOnline
A confirmation prompt will appear immediately, enter Y and press Enter to disconnect.
Result
Meetings created through Outlook will continue to display their actual titles after syncing.