File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Set-PnPTeamsTeam -Identity <TeamsTeamPipeBind> [-DisplayName <String>] [-Descrip
27
27
[-AllowGiphy <Boolean>] [-AllowGuestCreateUpdateChannels <Boolean>] [-AllowGuestDeleteChannels <Boolean>]
28
28
[-AllowOwnerDeleteMessages <Boolean>] [-AllowStickersAndMemes <Boolean>] [-AllowTeamMentions <Boolean>]
29
29
[-AllowUserDeleteMessages <Boolean>] [-AllowUserEditMessages <Boolean>]
30
- [-GiphyContentRating <TeamGiphyContentRating>] [-ShowInTeamsSearchAndSuggestions <Boolean>]
30
+ [-GiphyContentRating <TeamGiphyContentRating>] [-ShowInTeamsSearchAndSuggestions <Boolean>] [-AllowCreatePrivateChannels <Boolean>]
31
31
[-Classification <String>]
32
32
```
33
33
@@ -277,6 +277,20 @@ Accept pipeline input: False
277
277
Accept wildcard characters : False
278
278
` ` `
279
279
280
+ ### -AllowCreatePrivateChannels
281
+ Determines whether private channel creation is allowed for the team.
282
+
283
+ ` ` ` yaml
284
+ Type : Boolean
285
+ Parameter Sets : (All)
286
+
287
+ Required : False
288
+ Position : Named
289
+ Default value : None
290
+ Accept pipeline input : False
291
+ Accept wildcard characters : False
292
+ ` ` `
293
+
280
294
### -Classification
281
295
282
296
` ` ` yaml
You can’t perform that action at this time.
0 commit comments