Private meeting titles are still showing in the calendar and on the Teams VTC display, these are confidential and need to be hidden

Bryan Wainhouse 6 Reputation points
2022-07-20T09:08:56.707+00:00

Hi,

Our meetings rooms uses Teams for VTC via an android device with a camera and large screen. However, for some reason the title of MS exchange calendar meetings are being displayed even when set as 'private'?

How can I mask the title and just show the schedulers name?

Exchange Online
Exchange Online
A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Outlook | Windows | Classic Outlook for Windows | For business
Microsoft Teams | Microsoft Teams for business | Other
{count} vote

6 answers

Sort by: Most helpful
  1. Brian Wengel 36 Reputation points
    2023-02-24T05:45:04.0233333+00:00

    Does it remove subject for all meetings (I assume) or only private appointments?

    This is what the documentation saysdoc

    0 comments No comments

  2. Bryan Wainhouse 6 Reputation points
    2022-07-28T16:29:09.233+00:00

    Thanks KaelYao

    I'll get back to you next week

    Kind regards

    Bryan


  3. Kai Yao 37,781 Reputation points Moderator
    2022-07-27T06:20:12.19+00:00

    Hi @Bryan Wainhouse

    Please run this cmdlet to set the value of DeleteSubject from false to true.

    Set-CalendarProcessing -Identity <RESOURCEMAILBOX> -DeleteSubject $true  
    

    And see if it can help with this issue.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  4. Bryan Wainhouse 6 Reputation points
    2022-07-25T10:29:18.96+00:00

    Hi

    have run the command as requested

    Kind regards

    Bryan

    0 comments No comments

  5. Bryan Wainhouse 6 Reputation points
    2022-07-25T10:28:46.693+00:00

    RunspaceId : 068d8638-e8b1-4ca1-a710-35b718b249d8
    AutomateProcessing : AutoAccept
    AllowConflicts : False
    AllowDistributionGroup : True
    AllowMultipleResources : True
    BookingType : Standard
    BookingWindowInDays : 180
    MaximumDurationInMinutes : 1440
    MinimumDurationInMinutes : 0
    AllowRecurringMeetings : True
    EnforceAdjacencyAsOverlap : False
    EnforceCapacity : False
    EnforceSchedulingHorizon : True
    ScheduleOnlyDuringWorkHours : False
    ConflictPercentageAllowed : 0
    MaximumConflictInstances : 0
    ForwardRequestsToDelegates : True
    DeleteAttachments : True
    DeleteComments : False
    RemovePrivateProperty : True
    DeleteSubject : False
    AddOrganizerToSubject : True
    DeleteNonCalendarItems : True
    TentativePendingApproval : True
    EnableResponseDetails : True
    OrganizerInfo : True
    ResourceDelegates : {}
    RequestOutOfPolicy : {}
    AllRequestOutOfPolicy : False
    BookInPolicy : {}
    AllBookInPolicy : True
    RequestInPolicy : {}
    AllRequestInPolicy : False
    AddAdditionalResponse : False
    AdditionalResponse :
    RemoveOldMeetingMessages : True
    AddNewRequestsTentatively : True
    ProcessExternalMeetingMessages : True
    RemoveForwardedMeetingNotifications : False
    AutoRSVPConfiguration : Microsoft.Exchange.Data.Storage.AutoRSVPConfiguration
    MailboxOwnerId :
    Identity :
    IsValid : True
    ObjectState : Changed

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.