Skip to content

Commit 4e02047

Browse files
authored
Merge pull request #7868 from angchin/patch-2
Update Set-CsTeamsMessagingPolicy.md
2 parents 6fba673 + 2d58239 commit 4e02047

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

skype/skype-ps/skype/Set-CsTeamsMessagingPolicy.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Set-CsTeamsMessagingPolicy [-Tenant <Guid>] [-Description <String>] [-AllowUrlPr
2525
[-AllowStickers <Boolean>] [-AllowUserTranslation <Boolean>] [-AllowImmersiveReader <Boolean>]
2626
[-AllowRemoveUser <Boolean>] [-AllowPriorityMessages <Boolean>] [-AllowSmartReply <Boolean>] [-Allow [-ReadReceiptsEnabledType <String>]
2727
[-AudioMessageEnabledType <AudioMessageEnabledTypeEnum>] [-ChannelsInChatListEnabledType <ChannelsInChatListEnabledTypeEnum>]
28-
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
28+
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>] [-ChatPermissionRole <String>]
2929
```
3030

3131
### Instance
@@ -441,6 +441,17 @@ Accept pipeline input: False
441441
Accept wildcard characters: False
442442
```
443443
444+
### -ChatPermissionRole
445+
Determines the Supervised Chat role of the user. Set this to Full to allow the user to supervise chats. Supervisors have the ability to initiate chats with and invite any user within the enviornment. Set this to Limited to allow the user to initiate conversations with Full and Limited permissioned users, but not Restricted. Set this to Restricted to block chat creation with anyone other than Full permissioned users.
446+
447+
```yaml
448+
Type: String
449+
Position: Named
450+
Default value: Restricted
451+
Accept pipeline input: False
452+
Accept wildcard characters: False
453+
```
454+
444455
## INPUTS
445456
446457
### System.Management.Automation.PSObject

0 commit comments

Comments
 (0)