MS-720 · 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…
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…
Question
Options
- AYes
- BNo
How the community answered
(33 responses)- A82% (27)
- B18% (6)
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.