exam questions

Exam MS-721 All Questions

View all questions & answers for the MS-721 exam

Exam MS-721 topic 1 question 49 discussion

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

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are optimizing a network to better support voice and collaboration workloads in Microsoft Teams.
When the users are at a specific corporate site, you need to prevent the users from adding video during calls.
Solution: You run New-CsTeamsNetworkRoamingPolicy and set the -AllowIPVideo parameter to $False.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
shah2
5 months, 3 weeks ago
Selected Answer: B
No, this solution does not meet the goal. The New-CsTeamsNetworkRoamingPolicy cmdlet is used to manage network roaming and bandwidth control policies, not to control video settings during calls. To prevent users from adding video during calls, you should use the New-CsTeamsMeetingPolicy cmdlet and set the -AllowIPVideo parameter to $False. This cmdlet specifically controls meeting policies, including the ability to disable video for calls.
upvoted 1 times
...
Azazel993
12 months ago
The answer is A. Yes. In this specific scenario, using New-CsTeamsNetworkRoamingPolicy with -AllowIPVideo set to $False is an appropriate solution to meet the goal of preventing video calls when users roam at the specified corporate site. Here's why: Network Roaming Focus: This cmdlet is specifically designed to manage Teams features during network transitions, making it suitable for the roaming aspect of the requirement. Site-Specific Restriction: Network roaming policies can be assigned to specific network sites, ensuring the video restriction applies only when users roam within the designated corporate site. Dynamic Adjustment: The policy dynamically adjusts video settings based on the user's network location, effectively disabling video when they're at the restricted site and allowing it when they're elsewhere.
upvoted 3 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 ...