Oct 11 2023 07:29 PM - edited Oct 11 2023 07:54 PM
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 for guidance on how to allow all users to forward meetings and add external parties to our Microsoft Teams Rooms.
Our organization has recently adopted Microsoft Teams Rooms to enhance collaboration and communication, but we've encountered some challenges in configuring these rooms to meet our specific needs. We have two primary requirements:
1. Meeting Forwarding: We want all users to have the capability to forward meetings scheduled in our Microsoft Teams Rooms to other team members. This feature is important for flexibility and ensuring that meetings are effectively managed.
2. Adding External Parties: Additionally, we want to enable the ability to add external parties (e.g., clients, partners) to our Microsoft Teams Room meetings via forwarding the email. This is crucial for our external collaborations and ensuring seamless communication.
We've been exploring the Teams admin settings and documentation, but we haven't been able to find clear instructions on how to achieve these objectives. Has anyone successfully configured their Microsoft Teams Rooms to enable these features? If so, could you please share your insights, guidance, or any steps that worked for you?
We would greatly appreciate any assistance or advice you can offer. Your experience and expertise would be invaluable in helping us make the most of Microsoft Teams Rooms for our organization.
Thank you in advance for your contributions and support!
Best regards,
UtsavP
Oct 12 2023 04:36 AM
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.
Set-CalendarProcessing -Identity "RoomMailboxName" -AllowCalendarInviteForwarding $true
Set-CalendarProcessing -Identity "RoomMailboxName" -AllowExternalMeetingParticipants $true
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
Mar 07 2024 07:30 AM