Exam MS-700 All QuestionsBrowse all questions from this exam
Question 222

You have a Microsoft 365 subscription that uses Microsoft Teams.

You have a team named R&D_Projects.

You need to prevent guest users from being invited to R&D_Projects. The guest users must be able to be invited to other teams.

What are two ways to block guest access to the R&D_Projects team? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

    Correct Answer: A, B

    There are two ways to fulfill the requirement of preventing guest users from being invited to the R&D_Projects team while still allowing them to be invited to other teams. Firstly, applying a sensitivity label to the R&D_Projects team can be configured to block guest access. Secondly, using the Azure PowerShell cmdlet New-AzureADObjectSetting can set specific policies related to guest access for the R&D_Projects team. Both methods ensure that the restriction is applied only to the specified team and not globally across all teams.

Discussion
VinnieProITOptions: AB

100% correct answer is A & B.

Jo696Options: AB

I think the answer is correct. With sensitivity labels you can restrict guest access https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/8-secure-access-sensitivity-labels

pakrzywicki

A B https://learn.microsoft.com/en-us/microsoft-365/solutions/per-group-guest-access?view=o365-worldwide

loeloe5Options: AB

Answer is A & B - Method 1: Apply a Sensitivity Label to the R&D_Projects Team A. Apply a sensitivity label to the R&D_Projects team. Sensitivity labels can be used to apply specific settings to Microsoft 365 groups and Teams, including controlling guest access. Method 2: Use Azure AD Settings via PowerShell B. From Azure PowerShell, run the New-AzureADObjectSetting cmdlet. Using Azure AD Object Settings, you can configure specific settings for individual groups. The New-AzureADObjectSetting cmdlet can be used to set policies that control guest access for a particular group.

r2c3poOptions: AD

**D. From the Microsoft Teams admin center, disable guest access.** In the Microsoft Teams admin center, you can manage guest access on a per-team basis. You can go to the settings of the R&D_Projects team and disable guest access. This will prevent guest users from being invited to the R&D_Projects team, but they can still be invited to other teams where guest access is enabled. Please note that options B, C, and E are not correct in this context: - **B.** The `New-AzureADObjectSetting` cmdlet in Azure PowerShell is not used for managing guest access to specific teams. - **C.** A Microsoft 365 group expiration policy is used for managing the lifecycle of groups and not for controlling guest access. - **E.** Disabling guest access from the Microsoft 365 admin center would block guest access to all teams, not just the R&D_Projects team. This would contradict the requirement that guest users must be able to be invited to other teams.

Garbs4realOptions: AB

C,D,E seems wrong, you still need the guest user access, hence A,B is correct

SotobosqueOptions: AB

i think is correct. Beware "The guest users must be able to be invited to other teams " D and E are not an option

Thespy45Options: BD

B: https://learn.microsoft.com/en-us/microsoft-365/solutions/per-group-guest-access?view=o365-worldwide

prabhjotOptions: AD

A & D ( i think ) - Sensitivity label seems completely wrong ans