MS-720 · 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…
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…
Question
Options
- AYes
- BNo
How the community answered
(29 responses)- A34% (10)
- B66% (19)
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.