MS-720 · Question #125
MS-720 Question #125: Real Exam Question with Answer & Explanation
The correct answer is B: No. New-CsTeamsMeetingPolicy only creates a new policy - it does not assign or apply it to any users. To actually prevent users at that site from adding video, you must also run Grant-CsTeamsMeetingPolicy to assign the policy to the target users or group. Additionally, the parameter
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
Explanation
New-CsTeamsMeetingPolicy only creates a new policy - it does not assign or apply it to any users. To actually prevent users at that site from adding video, you must also run Grant-CsTeamsMeetingPolicy to assign the policy to the target users or group. Additionally, the parameter syntax is suspect: the correct parameter is -AllowIPVideo $false, not -IPVideoMode DISABLED, which is not a valid Teams meeting policy parameter.
Option A is wrong because the solution is incomplete: creating a policy without granting it to users has no effect on their Teams experience.
Memory tip: In Microsoft Teams PowerShell, think "New = Build it, Grant = Use it." New-Cs* cmdlets construct the policy object; Grant-Cs* cmdlets are what actually enforce it on users. If a solution only shows the New- step, it's always incomplete.
Topics
Community Discussion
No community discussion yet for this question.