File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The CsTeamsChannelsPolicy allows you to manage features related to the Teams & C
1616```
1717New-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
200200Accept 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
204223Specifies the description of the policy.
205224
You can’t perform that action at this time.
0 commit comments