Chapter 12 Flashcards
How can you create a Team ?
Powershell
App
Admin Center
From 365 Group
Can you set a different owner of Team when creating within the app ?
NO
When you create a team via the admin center, can you set someone else as the owner ?
YES
When you add a team via a 365 group, can you then delete this team ?
No
What are the three privacy settings available to you for Teams ?
Private
Public
Org wide
Install-Module MicrosoftTeams
What does this cmdlet do ?
Imports the teams powershell module
What is the cmdlet for the teams powershell module ?
Install-Module MicrosoftTeams
Connect-MicrosoftTeams
What does this cmdlet do ?
Connects to the Teams and allows credentials to log in.
New-Team -DisplayName “Help Desk” -Description “Team for internal collaboration amongst Help Desk agents.” -Visibility “Private”
Describe what this cmdlet does ?
Creating a new team
Team called Help desk
Theres a description
Privacy is Private.
What paramter is needed to add an owner via the powershell
-owner
In an existing 365 group, where would you add a new Team ?
Sharepoint online site
How is the privacy setting Private defined ?
Team owners can only add
How is the privacy setting public defined ?
Anyone in the org can join
Can you prevent private teams appearing in your teams gallery ?
Yes.
Teams settings > Teams discoverability