Forum Discussion
Kelemvor333
Sep 16, 2019Iron Contributor
Any way to make Private meetings not show the name on Teams Rooms Phones?
When someone sets up a Teams meeting, invites a conference room, and checks the Private box, the meeting room has access to the meeting details and shows the name of the meeting on the phone display ...
ryan-whitehelm
Sep 17, 2019Brass Contributor
On the Exchange mailbox, Set-CalendarProcessing is the command that controls how meeting room mailboxes handle invites. I think the one you're looking for is
Set-CalendarProcessing -Identity room@domain.com -AutomateProcessing AutoAccept -RemovePrivateProperty $false
I think from the doco that will make it honour the Private flag.
Kelemvor333
Sep 17, 2019Iron Contributor
ryan-whitehelmThanks for the idea. I just checked the CalendarProcessing settings for the room in question, and a few others, and they already has the RemovePrivateProperty set to False.
- Matt-PMar 20, 2024Copper ContributorWe have the same issue. Did you find a solution?