nerdexam
Microsoft

MS-721 · Question #125

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 h

The correct answer is B. No. The goal is to prevent video only when users are at a specific corporate site - meaning the restriction must be location-aware. Creating a Teams Meeting Policy with -IPVideoMode DISABLED and assigning it to users would disable video universally for those users, not just when they

Configure and manage Teams meetings, webinars, and town halls

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 -IPVideoMode parameter to DISABLED. Does this meet the goal?

Options

  • AYes
  • BNo

How the community answered

(16 responses)
  • A
    19% (3)
  • B
    81% (13)

Explanation

The goal is to prevent video only when users are at a specific corporate site - meaning the restriction must be location-aware. Creating a Teams Meeting Policy with -IPVideoMode DISABLED and assigning it to users would disable video universally for those users, not just when they are at that specific site. The correct approach to apply policy based on network location is to use Network Topology (network sites and subnets) combined with a TeamsNetworkRoamingPolicy that sets AllowIPVideo to False for that site. This allows Teams to detect when a user is on-site and dynamically apply the video restriction only in that context, satisfying the requirement without globally disabling video for those users.

Topics

#Teams Meeting Policies#PowerShell#IP Video#Policy Scope

Community Discussion

No community discussion yet for this question.

Full MS-721 Practice