Skip to content

Commit ebd0d29

Browse files
Update New-CsTeamsChannelsPolicy.md
1 parent 84796f9 commit ebd0d29

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

teams/teams-ps/teams/New-CsTeamsChannelsPolicy.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The CsTeamsChannelsPolicy allows you to manage features related to the Teams & C
1616
```
1717
New-CsTeamsChannelsPolicy [-Tenant <Guid>] [-AllowOrgWideTeamCreation <Boolean>]
1818
[-EnablePrivateTeamDiscovery <Boolean>] [-AllowPrivateChannelCreation <Boolean>]
19-
[-AllowUserToParticipateInExternalSharedChannel <Boolean>] [-AllowChannelSharingToExternalUser <Boolean>] [-AllowSharedChannelCreation <Boolean>]
19+
[-AllowUserToParticipateInExternalSharedChannel <Boolean>] [-AllowChannelSharingToExternalUser <Boolean>] [-AllowSharedChannelCreation <Boolean>] [-ThreadedChannelCreation <String>]
2020
[-Identity] <XdsIdentity> [-InMemory] [-Force] [-WhatIf] [-Confirm] [-Description <String>] [<CommonParameters>]
2121
```
2222

@@ -200,6 +200,25 @@ Accept pipeline input: False
200200
Accept wildcard characters: False
201201
```
202202
203+
### -ThreadedChannelCreation
204+
This setting enables/disables Threaded Channel creation and editing.
205+
206+
Possible Values:
207+
- Enabled: Users are allowed to create and edit Threaded Channels.
208+
- Disabled: Users are not allowed to create and edit Threaded Channels.
209+
210+
```yaml
211+
Type: String
212+
Parameter Sets: (All)
213+
Aliases:
214+
215+
Required: False
216+
Position: Named
217+
Default value: None
218+
Accept pipeline input: False
219+
Accept wildcard characters: False
220+
```
221+
203222
### -Description
204223
Specifies the description of the policy.
205224

0 commit comments

Comments
 (0)