You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: teams/teams-ps/teams/New-Team.md
+33-41Lines changed: 33 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -1,45 +1,43 @@
1
1
---
2
2
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3
3
Module Name: MicrosoftTeams
4
-
applicable: Microsoft Teams
5
-
title: New-Team
6
-
online version:
4
+
online version:
7
5
schema: 2.0.0
8
6
---
9
7
10
8
# New-Team
11
9
12
10
## SYNOPSIS
13
-
Note: This cmdlet is currently in Beta.
11
+
This cmdlet lets you provision a new Team for use in Microsoft Teams and will create an O365 Unified Group to back the team. Groups created through teams cmdlets, APIs, or clients will not show up in Outlook by default. If you want these groups to appear in Outlook clients, you can use the Set-UnifiedGroup (https://docs.microsoft.com/en-us/powershell/module/exchange/users-and-groups/set-unifiedgroup?view=exchange-ps) cmdlet in the Exchange Powershell Module to set the parameter HiddenFromExchangeClients to $false.
14
12
15
-
Creates a new team.
16
-
The new team will be backed by a new unified group.
13
+
Note: This cmdlet is currently in Beta and functionality may change.
This setting lets you decide if you will be added as a member of the team.
91
-
The default is true.
71
+
This setting lets you decide if you will be added as a member of the group.
72
+
Because you are automatically an owner of the group, you will always be added as a member to the team.
92
73
93
74
```yaml
94
75
Type: Boolean
95
76
Parameter Sets: (All)
96
77
Aliases:
97
-
Applicable: Microsoft Teams
98
78
99
79
Required: False
100
80
Position: Named
@@ -111,7 +91,6 @@ Team Alias Characters Limit - 64
111
91
Type: String
112
92
Parameter Sets: (All)
113
93
Aliases:
114
-
Applicable: Microsoft Teams
115
94
116
95
Required: False
117
96
Position: Named
@@ -127,7 +106,6 @@ Team classification
127
106
Type: String
128
107
Parameter Sets: (All)
129
108
Aliases:
130
-
Applicable: Microsoft Teams
131
109
132
110
Required: False
133
111
Position: Named
@@ -144,7 +122,6 @@ Team Description Characters Limit - 1024.
144
122
Type: String
145
123
Parameter Sets: (All)
146
124
Aliases:
147
-
Applicable: Microsoft Teams
148
125
149
126
Required: False
150
127
Position: Named
@@ -161,15 +138,34 @@ Team Name Characters Limit - 256.
161
138
Type: String
162
139
Parameter Sets: (All)
163
140
Aliases:
164
-
Applicable: Microsoft Teams
165
141
166
-
Required: True
142
+
Required: False
143
+
Position: Named
144
+
Default value: None
145
+
Accept pipeline input: True (ByPropertyName)
146
+
Accept wildcard characters: False
147
+
```
148
+
149
+
### -Group
150
+
Use this parameter to specify the groupid of a group you would like to convert to a team.
151
+
If you use this parameter, do not specify other parameters.
152
+
153
+
```yaml
154
+
Type: String
155
+
Parameter Sets: (All)
156
+
Aliases:
157
+
158
+
Required: False
167
159
Position: Named
168
160
Default value: None
169
161
Accept pipeline input: True (ByPropertyName)
170
162
Accept wildcard characters: False
171
163
```
172
164
165
+
### CommonParameters
166
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
167
+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments