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.
Your company has a Microsoft 365 subscription that uses an Azure Active Directory (Azure AD) tenant named contoso.com.
You need to prevent guest users in the tenant from using cameras during Microsoft Teams meetings.
Solution: From the Microsoft 365 admin center, you modify the Sharing settings.
Does this meet the goal?
Click on the arrows to vote for the correct answer
A. B.B.
Guest access in Teams allows people outside you organization to access teams and channels.
When you turn on Guest Access, you can turn on or off features guests users can or can't use.
https://docs.microsoft.com/en-us/microsoftteams/set-up-guestsThe solution proposed in the question does not meet the goal of preventing guest users in the tenant from using cameras during Microsoft Teams meetings.
Modifying the Sharing settings from the Microsoft 365 admin center is not the correct solution to achieve the stated goal. The Sharing settings only control how users share files and folders externally, and they do not have any settings related to camera usage in Teams meetings.
To prevent guest users from using cameras during Teams meetings, you need to use Teams meeting policies. Specifically, you can create a custom Teams meeting policy that disables the use of cameras for guest users.
To create a custom Teams meeting policy, you can follow these steps:
After you have created the custom Teams meeting policy, you can apply it to guest users in the Azure AD tenant by using PowerShell. Specifically, you can run the following command:
Set-CsTeamsMeetingPolicy -Identity "Guest" -MeetingPolicyName "CustomPolicyName"
This command sets the Teams meeting policy for guest users in the Azure AD tenant to the custom policy you created, which disables the use of cameras during Teams meetings.
Therefore, the correct answer to the question is B. No, the proposed solution does not meet the goal of preventing guest users in the tenant from using cameras during Microsoft Teams meetings.