Collaboration Communications Systems Engineer — Question 75

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 -AllowIPVideo parameter to $False.
Does this meet the goal?

Answer options

Correct answer: B

Explanation

The proposed solution does not meet the goal because setting the -AllowIPVideo parameter to $False disables IP video, which contradicts the requirement of preventing users from adding video. The correct approach would involve using a different policy or setting that specifically controls video capabilities without disabling it entirely.