Articles on: Common Issues

Display shows organizer’s name instead of subject

Display shows organizer’s name instead of subject


Solution to a common Office 365 & Exchange Resource Mailbox Issue


In Office 365 & Microsoft Exchange, by default, your resource mailbox won’t show your Meeting Subject. Instead, it replaces this with your organizer’s name. This occurs for privacy reasons, but it’s only the default. Most organizations choose to see meeting subjects instead.


Shows organizer name instead of meeting title


Consider the following:


  • A Resource mailbox is configured to AutoAccept in an Microsoft Exchange Server or Office 365 environment.
  • You send a meeting request to the Resource mailbox.
  • The meeting request is accepted automatically, and the meeting subject is displayed correctly in the organizer’s mailbox.


In this scenario, when you log on to the Resource mailbox, you see that the meeting subject is replaced with the organizer’s name.


Why is this happening?


This is default behavior for Exchange Web Services and Office 365. It occurs because two configuration parameters, AddOrganizerToSubject and DeleteSubject are set to $True.


Solution


The good news is, you don’t have to open PowerShell to update this setting. You can update it directly from the Meeting Room 365 admin portal.


Finding the Powershell Utility


Just click on the Utilities menu in the navigation bar of your dashboard (under your avatar), and then click on the PowerShell Utility link.


Then, in the next page, enter the email and password for your resource mailbox.


Check the box to "Add Subjects to Meetings" to show the subject for each meeting on your display.


This queues the display for PowerShell configuration in our system (which usually takes a few minutes).


Once this is completed, all new meetings scheduled on this resource mailbox will display their full subject, along with any other details you have configured to display. For existing meeting reservations, the damage is already done, and the subject has been deleted.


Changes in 2025: MFA Requirements


Starting in 2024 and rolling out to 100% of Microsoft tenants in 2025, each user account, including Resource Mailbox users, is subject to tenant-wide MFA requirements. For most users, this means you will be prompted to set up MFA for your resource mailbox.


We do not recommend disabling tenant-wide MFA requirements for Meeting Room 365 setup. However, you will not be able to use our web-based Powershell utility if MFA is required for your resource mailbox. You can perform all other Meeting Room 365 functions.


You may be able to opt-out of MFA requirements for 14 days on newly-created resource mailboxes, depending on your individual tenant settings.


Otherwise, you will need to run these Powershell commands (below) from your local machine to configure this setting.


Prefer to do this manually?


We've written an updated guide covering this process: Fix Meeting Room Subjects (Office 365 - PowerShell)


Connect to Exchange Online (Microsoft Office 365)


Connect-ExchangeOnline


View your current configuration (optional):


To view these value for the Resource mailbox, run the one of the following cmdlets:


For Exchange Server 2016, Exchange Server 2013 or Exchange Server 2010


Get-CalendarProcessing -Identity <RESOURCEMAILBOX> | FL


For Exchange Server 2007


Get-MailboxCalendarSettings -identity <RESOURCEMAILBOX>  
|FL


Update your Configuration:


To resolve this issue, follow these steps:


For Office 365, Exchange Server 2016, Exchange Server 2013 or Exchange Server 2010 (PowerShell):


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


Exchange Server 2007 (PowerShell):


Set-MailboxCalendarSettings -Identity <RESOURCEMAILBOX> -AutomateProcessing AutoAccept -AddOrganizerToSubject $False -DeleteSubject $False


Source: https://support.microsoft.com/en-us/help/2842288/resource-mailbox-s-calendar-shows-the-organizer-s-name-instead-of-the

Updated on: 03/08/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!