Chapter 12 Flashcards

1
Q

How can you create a Team ?

A

Powershell

App

Admin Center

From 365 Group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Can you set a different owner of Team when creating within the app ?

A

NO

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Navigate your way within the teams admin center to create a new team

A

Here

Then click add

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When you create a team via the admin center, can you set someone else as the owner ?

A

YES

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When you add a team via a 365 group, can you then delete this team ?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the three privacy settings available to you for Teams ?

A

Private

Public

Org wide

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Install-Module MicrosoftTeams

What does this cmdlet do ?

A

Imports the teams powershell module

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the cmdlet for the teams powershell module ?

A

Install-Module MicrosoftTeams

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Connect-MicrosoftTeams

What does this cmdlet do ?

A

Connects to the Teams and allows credentials to log in.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

New-Team -DisplayName “Help Desk” -Description “Team for internal collaboration amongst Help Desk agents.” -Visibility “Private”

Describe what this cmdlet does ?

A

Creating a new team

Team called Help desk

Theres a description

Privacy is Private.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What paramter is needed to add an owner via the powershell

A

-owner

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In an existing 365 group, where would you add a new Team ?

A

Sharepoint online site

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How is the privacy setting Private defined ?

A

Team owners can only add

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How is the privacy setting public defined ?

A

Anyone in the org can join

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Can you prevent private teams appearing in your teams gallery ?

A

Yes.

Teams settings > Teams discoverability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Set-Team -GroupID $team.GroupID -Visibility Private -ShowInTeamsSearchAndSuggestions $false

What does this cmdlet do ?

A

Your setting a teams privacy to private (the first line)

And in the 2nd line your removing the private team from the search gallery

17
Q

What’s the limit for creating org wide teams ?

18
Q

Currently, members of your team have to invite other members. What is the privacy level of your team?

19
Q

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?

20
Q

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?

21
Q

What are the limits for org-wide teams?

22
Q

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.

23
Q

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.

24
Q

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?

25
Q

You can change a team’s privacy settings and discoverability via PowerShell. True or false?

26
Q

Public teams can be made private, and vice versa. True or false?

27
Q

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.

28
Q

When you create a team. do you get an automatic 365 group ?