Skip to content

Commit d8dc84e

Browse files
Update Set-CsTeamsChannelsPolicy.md
1 parent ebd0d29 commit d8dc84e

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

teams/teams-ps/teams/Set-CsTeamsChannelsPolicy.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The CsTeamsChannelsPolicy allows you to manage features related to the Teams and
2222
```
2323
Set-CsTeamsChannelsPolicy [-Tenant <Guid>] [-AllowOrgWideTeamCreation <Boolean>]
2424
[-EnablePrivateTeamDiscovery <Boolean>] [-AllowPrivateChannelCreation <Boolean>]
25-
[-AllowUserToParticipateInExternalSharedChannel <Boolean>] [-AllowChannelSharingToExternalUser <Boolean>] [-AllowSharedChannelCreation <Boolean>]
25+
[-AllowUserToParticipateInExternalSharedChannel <Boolean>] [-AllowChannelSharingToExternalUser <Boolean>] [-AllowSharedChannelCreation <Boolean>] [-ThreadedChannelCreation <String>]
2626
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

@@ -227,6 +227,25 @@ Accept pipeline input: False
227227
Accept wildcard characters: False
228228
```
229229
230+
### -ThreadedChannelCreation
231+
This setting enables/disables Threaded Channel creation and editing.
232+
233+
Possible Values:
234+
- Enabled: Users are allowed to create and edit Threaded Channels.
235+
- Disabled: Users are not allowed to create and edit Threaded Channels.
236+
237+
```yaml
238+
Type: String
239+
Parameter Sets: (All)
240+
Aliases:
241+
242+
Required: False
243+
Position: Named
244+
Default value: None
245+
Accept pipeline input: False
246+
Accept wildcard characters: False
247+
```
248+
230249
### CommonParameters
231250
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
232251

0 commit comments

Comments
 (0)