Microsoft teams rooms (MTR) dependencies
Microsoft Teams mode
All of your Teams network requirements:- (https://help.mavreality.com/en/article/poly-x30x50-general-dependencies-10eqok5/)
In addition to the MS requirements you may also need to do some additional Powershell work on the mailboxes to allow for external invites (not in the exchange admin portal).
The following two command are important:-
Set-CalendarProcessing -Identity <insertmailboxID> -DeleteComments $false -DeleteSubject $false
Set-CalendarProcessing -Identity yourResourceMailbox@yourdomain.com -ProcessExternalMeetingMessages $true
here is a string that should help
Set-CalendarProcessing -Identity <insertresourcename> -deletecomments $false -deletesubject $false -ProcessExternalMeetingMessages $true
A full command list for mailbox processing is here:- https://docs.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing?view=exchange-ps
Managing Intune
NOTE MTR's are handled differently to standard workstations/devices (especially Android)
https://learn.microsoft.com/en-us/microsoftteams/rooms/conditional-access-and-compliance-for-devices
Enrolment for Android based Teams rooms
https://learn.microsoft.com/en-us/microsoftteams/devices/phones-displays-deploy#configure-intune-to-enroll-teams-android-based-devices
Also you can use Microsoft Teams Rooms Pro Management Portal
https://learn.microsoft.com/en-us/microsoftteams/rooms/rooms-pro-management
Updated on: 05/08/2024
Thank you!