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](https://eaeastus2.blob.core.windows.net/optimizedimages/assets/media/exam-media/04040/0014700001.jpg)