ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 143 - MS-721 discussion

Report
Export

HOTSPOT

You have a Microsoft Teams conference room named ConferenceRoom01.

You need to ensure that ConferenceRoom01 can be invited directly to third party online meetings by partner organizations.

How should you complete the PowerShell command? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 143
Correct answer: Question 143

Explanation:

Box 1: Set-CalendarProcessing

Allow calendar invite processing for third-party meetings

The first thing you need to do to enable a one-touch join experience from Team Rooms is set the calendar processing rules for the device's Exchange Online room mailbox. The room mailbox needs to allow external meetings and keep the message body and subject so it can see the URL needed to join the third-party meeting. To set these room mailbox options using the Set-CalendarProcessing cmdlet, do the following:

1. Connect to Exchange Online PowerShell.

2. Get the User Principal Name (UPN) of the room mailbox if you don't know it by running the following command:

Get-Mailbox | Where {$_.RoomMailboxAccountEnabled -eq rue} | Format-Table Name, UserPrincipalName

3. Find the name of the room mailbox associated with your Teams Rooms device and make note of its UPN.

4. After you find the room mailbox's UPN, run the following command. Replace

<UserPrincipalName> with the room mailbox's UPN:

Set-CalendarProcessing <UserPrincipalName> -ProcessExternalMeetingMessages rue -DeleteComments $

Box 2: -ProcessExternalMeetingMessages

Reference:

https://learn.microsoft.com/en-us/microsoftteams/rooms/third-party-join#step-3a-enable-thirdparty-meetings-on-teams-rooms-on-windows

asked 05/10/2024
Aldays Kausiona
43 questions
User
0 comments
Sorted by

Leave a comment first