Learn how to use Microsoft Teams Network Roaming Policies to disable IP video in specific office locations like Vancouver while maintaining normal settings in Seattle.
Table of Contents
Question
You have a Microsoft Teams deployment that has two offices in Seattle and Vancouver.
The Seattle office has limited bandwidth.
You need to ensure that when users visit the Vancouver office, IP Video is disabled. The setting must NOT affect users when they work at the Seattle office.
What should you do?
Select only one answer.
A. Create a meeting policy.
B. Create a network roaming policy.
C. Configure Network planner.
D. Configure Quality of Service (QoS).
Answer
To address the requirement of disabling IP Video only for users in the Vancouver office while leaving Seattle unaffected, the correct solution is:
B. Create a network roaming policy.
Explanation
The answer is a network roaming policy. The question asks about how to limit bandwidth at a particular office. You must ensure that network roaming is configured.
Location-Based Control
Network roaming policies (TeamsNetworkRoamingPolicy) dynamically apply settings based on a user’s network location. When a user connects to the Vancouver office network, the policy disables IP Video. When they return to Seattle, the default meeting policy settings resume.
Overrides Meeting Policies Temporarily
The policy overrides the global or user-level meeting policy (TeamsMeetingPolicy) for AllowIPVideo and MediaBitRateKb only when users are connected to the Vancouver network site. This ensures Seattle users remain unaffected.
Configuration Steps:
Create a network roaming policy with AllowIPVideo = $false using PowerShell:
New-CsTeamsNetworkRoamingPolicy -Identity "VancouverPolicy" -AllowIPVideo $false
Assign the policy to the Vancouver network site:
Set-CsTenantNetworkSite -Identity Vancouver -NetworkRoamingPolicy VancouverPolicy
Ensure AllowNetworkConfigurationSettingsLookup is enabled in the meeting policy for non-Enterprise Voice users.
Why Other Options Fail
A. Create a meeting policy: Applies universally, affecting all locations.
C. Configure Network Planner: Only assesses bandwidth needs; no enforcement capability.
D. Configure QoS: Manages traffic prioritization, not feature toggling.
Microsoft 365 Certified Collaboration Communications Systems Engineer Associate MS-721 certification exam assessment practice question and answer (Q&A) dump including multiple choice questions (MCQ) and objective type questions, with detail explanation and reference available free, helpful to pass the Microsoft Collaboration Communications Systems Engineer MS-721 exam and earn Microsoft 365 Certified Collaboration Communications Systems Engineer Associate certification.