MS-720 · Question #81
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…
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…
Question
Options
- AYes
- BNo
How the community answered
(28 responses)- A75% (21)
- B25% (7)
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.