Question 122 of 175 from exam MS-700: Managing Microsoft Teams

Question 122 of 175 from exam MS-700: Managing Microsoft Teams

Question

HOTSPOT - You have a Microsoft 365 subscription.

You need to create a new Microsoft Teams team named Human Resources that meets the following requirements: -> All join requests must be approved by an owner of the team.

-> The URL for the Microsoft SharePoint Online site of the team must be /teams/HR.

-> Two users named jane@contoso.com and bob@contoso.com must be assigned as team owners.

How should you complete the PowerShell command? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Answer Area

Connect-MicrosoftTeams

$TeamId = New-Team -DisplayName "Human Resources" [iw] Private

-Classification
-ShowinTeamsSearchAndSuggestions
-Template
~Visibility
-Owner jane.doe@contoso.com -MailNickName
HR
/sites/HR
/teams/HR
iv -GroupId $TeamId.GroupId -User bob@contoso.com -Role Owner
/Add-TeamChannelUser
|Add-TeamUser
Set-Team

Set-TeamMemberSettings

Explanations