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
Set-Team -GroupID $team.GroupID -Visibility Private -ShowInTeamsSearchAndSuggestions $false
What does this cmdlet do ?
Your setting a teams privacy to private (the first line)
And in the 2nd line your removing the private team from the search gallery
What’s the limit for creating org wide teams ?
5000
Currently, members of your team have to invite other members. What is the privacy level of your team?
You want anyone in your organization to be able to join your team without an invite, but not be automatically added. Which privacy level should you choose for your team?
Every member of your organization, as soon as they’re entered into the system, needs access to a team used for organization announcements and resources. What sort of team privacy level should a team like this have?
What are the limits for org-wide teams?
Which of the following is not true?
a. You can create a team from the Teams client.
b. You can create a team with PowerShell.
c. You can create a team from the Microsoft Teams admin center.
d. You can create a team from Outlook.
Which of the following is true?
a. All team types can be made non-discoverable.
b. Any non-org-wide team can be made non-discoverable.
c. Any private team can be made non-discoverable.
d. All teams must be searchable, whether private or not.
If you create a team based on an existing Microsoft 365 group but choose the wrong group, this action can be undone. True or false?
You can change a team’s privacy settings and discoverability via PowerShell. True or false?
Public teams can be made private, and vice versa. True or false?
Which of the following can you change without using PowerShell after creating a new team from scratch?
a. O365 group name
b. O365 group email
c. Team name
d. Team privacy level.
When you create a team. do you get an automatic 365 group ?