Forum Discussion

Ogando92's avatar
Ogando92
Copper Contributor
Oct 17, 2019
Solved

Issue - Skype Room System external display

Hello,   I'm currently having some issues, we have a logitech group system, with the LenovoSmart display, and in the smart display even though it shows the scheduled meetings, it doesn't populate t...
  • LinusCansby's avatar
    LinusCansby
    Oct 18, 2019

    Ogando92 When you open up the calendar for that meeting room (you maybe have to delegate access in Exchange) can you see the subject then? There is an option in the Exchange Calendar Processing that can remove the subject. You can check it with powershell too:

     

    Get-CalendarProcessing -Identity <mailboxname> | ft Identity, DeleteSubject

    https://docs.microsoft.com/en-us/powershell/module/exchange/mailboxes/set-calendarprocessing?view=exchange-ps

     

    But this is only for Resource mailboxes so if it is a UserMailbox it is not the Calendar Processing.

    get-mailbox -Identity <mailboxname> | fl RecipientType

     

Resources