nerdexam
Microsoft

MS-721 · Question #79

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 A. Yes. Running New-CsTeamsMeetingPolicy with the IP video parameter set to disabled prevents users assigned to that policy from adding video during calls, meeting the site-specific restriction goal.

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

Options

  • AYes
  • BNo

How the community answered

(41 responses)
  • A
    80% (33)
  • B
    20% (8)

Why each option

Running New-CsTeamsMeetingPolicy with the IP video parameter set to disabled prevents users assigned to that policy from adding video during calls, meeting the site-specific restriction goal.

AYesCorrect

The New-CsTeamsMeetingPolicy cmdlet includes a parameter controlling IP video mode which, when set to disabled, blocks assigned users from enabling their camera during calls. By creating this policy and assigning it to users at the specific corporate site, administrators enforce a location-targeted video restriction without affecting users at other sites. This is the supported PowerShell approach for restricting IP video in Microsoft Teams meetings.

BNo

Choosing No is incorrect because the New-CsTeamsMeetingPolicy cmdlet with the IP video parameter set to disabled does effectively prevent video for users the policy is assigned to, which satisfies the requirement.

Concept tested: Teams Meeting Policy IP video restriction via PowerShell

Source: https://learn.microsoft.com/en-us/powershell/module/teams/new-csteamsmeetingpolicy

Topics

#Teams Meeting Policies#PowerShell#Video controls#User experience

Community Discussion

No community discussion yet for this question.

Full MS-721 Practice