Skip to content

Commit c41d1c6

Browse files
authored
Add missing switch parameter to Set-PnPTeamsTeam.md
Add the "-AllowCreatePrivateChannels" switch to the documentation.
1 parent ca4ec7c commit c41d1c6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

documentation/Set-PnPTeamsTeam.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Set-PnPTeamsTeam -Identity <TeamsTeamPipeBind> [-DisplayName <String>] [-Descrip
2727
[-AllowGiphy <Boolean>] [-AllowGuestCreateUpdateChannels <Boolean>] [-AllowGuestDeleteChannels <Boolean>]
2828
[-AllowOwnerDeleteMessages <Boolean>] [-AllowStickersAndMemes <Boolean>] [-AllowTeamMentions <Boolean>]
2929
[-AllowUserDeleteMessages <Boolean>] [-AllowUserEditMessages <Boolean>]
30-
[-GiphyContentRating <TeamGiphyContentRating>] [-ShowInTeamsSearchAndSuggestions <Boolean>]
30+
[-GiphyContentRating <TeamGiphyContentRating>] [-ShowInTeamsSearchAndSuggestions <Boolean>] [-AllowCreatePrivateChannels <Boolean>]
3131
[-Classification <String>]
3232
```
3333

@@ -277,6 +277,20 @@ Accept pipeline input: False
277277
Accept wildcard characters: False
278278
```
279279
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+
280294
### -Classification
281295
282296
```yaml

0 commit comments

Comments
 (0)