MS-720 · Question #79
MS-720 Question #79: Real Exam Question with Answer & Explanation
The correct answer is A: Yes. Option A is correct because New-CsTeamsMeetingPolicy is the proper PowerShell cmdlet for creating Teams meeting policies, and the -IPVideoMode parameter (note the slight typo in the question - it should be -IPVideoMode, not -iPVideoHode) controls whether participants can enable t
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
Explanation
Option A is correct because New-CsTeamsMeetingPolicy is the proper PowerShell cmdlet for creating Teams meeting policies, and the -IPVideoMode parameter (note the slight typo in the question - it should be -IPVideoMode, not -iPVideoHode) controls whether participants can enable their cameras. Setting this parameter to Disabled effectively prevents users from adding video during calls, which directly meets the stated goal. Since this is a Yes/No question, there is no traditional "distractor" - choosing B (No) would be wrong because the cmdlet and parameter combination is a legitimate and supported method for restricting video in Microsoft Teams meeting policies; the policy can then be scoped and assigned to users at the specific corporate site. For a memory tip: think of IP Video Mode = camera control - if you need to kill cameras for a site, create a policy with -IPVideoMode Disabled and assign it to those users via Grant-CsTeamsMeetingPolicy.
Topics
Community Discussion
No community discussion yet for this question.