nerdexam
MicrosoftMicrosoft

MS-720 · Question #80

MS-720 Question #80: Real Exam Question with Answer & Explanation

The correct answer is B: No. Option B is correct because New-CsTeamsMeetingPolicy only creates a new policy - it does not assign it to any users or sites. Even if the policy were properly granted, the -AllowIPVideo $False parameter would disable IP video globally for those users, not just when they are at a

Optimize network performance

Question

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-csTeamsMeetingPolicy and set the-AllowIPvideo parameter to $False. Does this meet the goal?

Options

  • AYes
  • BNo

Explanation

Option B is correct because New-CsTeamsMeetingPolicy only creates a new policy - it does not assign it to any users or sites. Even if the policy were properly granted, the -AllowIPVideo $False parameter would disable IP video globally for those users, not just when they are at a specific corporate site. To enforce location-based video restrictions, you must use New-CsTeamsNetworkRoamingPolicy (with -AllowIPVideo $False) and then assign that roaming policy to the specific network site using Set-CsTenantNetworkSite.

Why A is wrong: Simply running New-CsTeamsMeetingPolicy never achieves the goal - you'd also need Grant-CsTeamsMeetingPolicy to apply it, and even then it lacks the site-specific scoping required.

Memory tip: Think New = Create, Grant = Assign. For anything location/site-specific in Teams, reach for Network Roaming Policies (CsTeamsNetworkRoamingPolicy) - the word "roaming" is your clue that the policy travels with the user based on their network location.

Topics

#Teams Meeting Policies#Network Optimization#PowerShell#Video Control

Community Discussion

No community discussion yet for this question.

Full MS-720 PracticeBrowse All MS-720 Questions