Skip to main content

Meeting Subject - Organizer's Name Is Displayed Twice

How to make sure the meeting organizer's name is not displayed twice on the scheduling display

T
Written by Team
Updated over 3 months ago

The organizer's name is displayed twice

If the organizer’s name is added to the meeting subject, you can adjust the behavior accordingly in PowerShell. Before executing this command, you must log in to the PowerShell.

Set-CalendarProcessing -Identity RESOURCEMAILBOX -DeleteSubject $False -AddOrganizerToSubject $False

More information is available in the official Microsoft documentation.

Did this answer your question?