Skip to content

Commit ca176ae

Browse files
committed
update new team cmdlet for template support
1 parent 0d5da48 commit ca176ae

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

teams/teams-ps/teams/New-Team.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,26 @@ Accept pipeline input: True (ByPropertyName)
164164
Accept wildcard characters: False
165165
```
166166
167+
168+
### -Template
169+
If you have an EDU license, you can use this parameter to specify which template you'd like to use for creating your group.
170+
Do not use this parameter when converting an existing group.
171+
172+
Valid values are: "EDU_Class" or "EDU_PLC"
173+
174+
```yaml
175+
Type: String
176+
Parameter Sets: (All)
177+
Aliases:
178+
179+
Required: False
180+
Position: Named
181+
Default value: None
182+
Accept pipeline input: True (ByPropertyName)
183+
Accept wildcard characters: False
184+
```
185+
186+
167187
### CommonParameters
168188
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
169189
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)