exam questions

Exam MS-721 All Questions

View all questions & answers for the MS-721 exam

Exam MS-721 topic 1 question 177 discussion

Actual exam question from Microsoft's MS-721
Question #: 177
Topic #: 1
[All MS-721 Questions]

Your network contains an on-premises Active Directory Domain Services (AD DS) domain named contoso.com.

You have a Microsoft 365 subscription.

You plan to implement Microsoft Teams Rooms shared room video conferencing.

You deploy 50 Teams Rooms on Windows devices and join each device to contoso.com.

You need to enable Direct Guest Join on all 50 devices. The solution must minimize administrative effort.

What should you do?

  • A. From the Microsoft Teams admin center, modify the Guest access settings.
  • B. Run the Set-CsVideoInteropServiceProvider cmdlet.
  • C. Deploy a SkypeSettings.xml file to each device by using Group Policy.
  • D. Run the Set-CsTeamsGuestMeetingConfiguration cmdlet.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
crabb63
5 months, 1 week ago
Selected Answer: C
The question mentions AD DS domain, which makes me lean towards Group Policy. The cmdlet for modifying devices should be Set-CsTeamsRoom -Identity $device -DirectGuestJoinEnabled $true, which isn't mentioned. The cmdlet mentioned would be for a policy change.
upvoted 1 times
...
shah2
6 months ago
Selected Answer: C
To enable Direct Guest Join on all 50 Teams Rooms devices with minimal administrative effort, you should deploy a SkypeSettings.xml file to each device by using Group Policy (Option C). This method allows you to configure multiple devices efficiently and ensure they are set up correctly for Direct Guest Join
upvoted 1 times
...
tayoke4
8 months ago
I will go for D. You then why not answer C? Copilot While using the SkypeSettings.xml file (option C) can be a valid method for configuring certain settings on Teams Rooms devices, it involves more manual steps and potentially greater administrative effort compared to the other options. Running the Set-CsTeamsGuestMeetingConfiguration cmdlet (option D) can be more efficient, as it centralizes the configuration changes and applies them across multiple devices with less manual intervention. However, if you prefer using Group Policy for consistency or have existing processes around it, then deploying the SkypeSettings.xml file would also be a viable approach. Both methods are correct, but the cmdlet might save you time and effort in large deployments.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...