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-39Lines changed: 33 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -3,43 +3,43 @@ external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3
3
Module Name: MicrosoftTeams
4
4
applicable: Microsoft Teams
5
5
title: New-Team
6
-
online version:
6
+
online version:
7
7
schema: 2.0.0
8
8
---
9
9
10
10
# New-Team
11
11
12
12
## SYNOPSIS
13
-
Note: This cmdlet is currently in Beta.
13
+
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
14
15
-
Creates a new team.
16
-
The new team will be backed by a new unified group.
15
+
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.
73
+
This setting lets you decide if you will be added as a member of the group.
74
+
Because you are automatically an owner of the group, you will always be added as a member to the team.
92
75
93
76
```yaml
94
77
Type: Boolean
95
78
Parameter Sets: (All)
96
79
Aliases:
97
-
Applicable: Microsoft Teams
98
80
99
81
Required: False
100
82
Position: Named
@@ -111,7 +93,6 @@ Team Alias Characters Limit - 64
111
93
Type: String
112
94
Parameter Sets: (All)
113
95
Aliases:
114
-
Applicable: Microsoft Teams
115
96
116
97
Required: False
117
98
Position: Named
@@ -127,7 +108,6 @@ Team classification
127
108
Type: String
128
109
Parameter Sets: (All)
129
110
Aliases:
130
-
Applicable: Microsoft Teams
131
111
132
112
Required: False
133
113
Position: Named
@@ -144,7 +124,6 @@ Team Description Characters Limit - 1024.
144
124
Type: String
145
125
Parameter Sets: (All)
146
126
Aliases:
147
-
Applicable: Microsoft Teams
148
127
149
128
Required: False
150
129
Position: Named
@@ -161,15 +140,34 @@ Team Name Characters Limit - 256.
161
140
Type: String
162
141
Parameter Sets: (All)
163
142
Aliases:
164
-
Applicable: Microsoft Teams
165
143
166
-
Required: True
144
+
Required: False
145
+
Position: Named
146
+
Default value: None
147
+
Accept pipeline input: True (ByPropertyName)
148
+
Accept wildcard characters: False
149
+
```
150
+
151
+
### -Group
152
+
Use this parameter to specify the groupid of a group you would like to convert to a team.
153
+
If you use this parameter, do not specify other parameters.
154
+
155
+
```yaml
156
+
Type: String
157
+
Parameter Sets: (All)
158
+
Aliases:
159
+
160
+
Required: False
167
161
Position: Named
168
162
Default value: None
169
163
Accept pipeline input: True (ByPropertyName)
170
164
Accept wildcard characters: False
171
165
```
172
166
167
+
### CommonParameters
168
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
169
+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments