Forum Discussion
UtsavP
Oct 12, 2023Copper Contributor
Enabling Microsoft Teams Room for Meeting Forwarding and Adding External Parties
Hello Microsoft Community, I hope you are all doing well! I'm reaching out with a query related to Microsoft Teams Rooms and some specific functionalities we are trying to enable. We are looking ...
LeonPavesic
Oct 12, 2023Silver Contributor
Hi UtsavP,
you cantry to use PowerShell to configure meeting forwarding, add external parties to Microsoft Teams Rooms meetings, and allow third-party meetings for Teams Room devices. The provided PowerShell commands are suitable for making these configurations.
- To enable meeting forwarding for a Teams Room mailbox, you can use the following PowerShell command:
Set-CalendarProcessing -Identity "RoomMailboxName" -AllowCalendarInviteForwarding $true
- To allow external parties in Teams Room meetings, use this PowerShell command:
Set-CalendarProcessing -Identity "RoomMailboxName" -AllowExternalMeetingParticipants $true
- To configure Teams Room devices to allow third-party meetings, you can use the following PowerShell command:
Set-CsTeamsRoom -Identity "RoomName" -AllowThirdPartyMeeting $true
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
mike_powell
Mar 07, 2024Copper Contributor
This answer appears to be AI generated and should be removed. Neither the AllowCalendarInviteForwarding nor the AllowExternalMeetingParticipants parameters exist on the Set-CalendarProcessing cmdlet. And the Set-CsTeamsRoom cmdlet doesn't exist at all.
https://learn.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing
https://learn.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing