MS-720 · Question #81
MS-720 Question #81: Real Exam Question with Answer & Explanation
The correct answer is A: Yes. A is correct because New-CsTeamsNetworkRoamingPolicy is precisely the PowerShell cmdlet designed to create site-aware Teams policies, and -AllowIPVideo $False explicitly disables the ability for users to enable video during calls. Once created, the policy is assigned to a network
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-CsTeamsNetworkRoamingPolicy and set the -AllowIPVideo parameter to $False. Does this meet the goal?
Options
- AYes
- BNo
Explanation
A is correct because New-CsTeamsNetworkRoamingPolicy is precisely the PowerShell cmdlet designed to create site-aware Teams policies, and -AllowIPVideo $False explicitly disables the ability for users to enable video during calls. Once created, the policy is assigned to a network site via Set-CsTenantNetworkSite, so it activates automatically when users connect from that corporate location - satisfying the requirement of targeting a specific site.
"No" is wrong because the cmdlet and parameter combination is a direct, supported match for the stated goal; there is no technical gap between the solution and the requirement.
Memory tip: Think of "Roaming" as location-aware - a TeamsNetworkRoamingPolicy roams with the network site, not the user account. When you see a requirement scoped to "when users are at a specific site," that's your cue that a Network Roaming Policy (not a standard Teams meeting policy) is the right tool.
Topics
Community Discussion
No community discussion yet for this question.