Managing Microsoft Teams — Question 1
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.
You plan to configure the environment to allow external users to collaborate in Microsoft Teams by using guest access.
The company implements a new security policy that has the following requirements:
✑ Only guest users from specific domains must be allowed to connect to collaborate by using Microsoft Teams.
✑ Guest users must be prevented from inviting other guests.
You need to recommend a solution to meet the security policy requirements.
Solution: From PowerShell, you run the New-AzureADPolicy and Set-AzureADPolicy cmdlets.
Does this meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The proposed solution does not meet the requirements because running New-AzureADPolicy and Set-AzureADPolicy cmdlets does not specifically restrict guest users to certain domains nor prevent them from inviting other guests. Additional configurations are needed in Azure AD to enforce these policies effectively. Therefore, the correct answer is No.