Skip to content

Commit 800080d

Browse files
authored
Update New-CsTeamsMessagingPolicy.md
Adding new ChatPermissionRole policy
1 parent adeed19 commit 800080d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

skype/skype-ps/skype/New-CsTeamsMessagingPolicy.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ New-CsTeamsMessagingPolicy [-AllowOwnerDeleteMessage <Boolean>] [-AllowSmartRepl
2424
[-Tenant <Guid>] [-AllowImmersiveReader <Boolean>] [-AllowUserTranslation <Boolean>]
2525
[-AllowUserEditMessage <Boolean>] [-AudioMessageEnabledType <AudioMessageEnabledTypeEnum>] [-AllowRemoveUser <Boolean>]
2626
[-ReadReceiptsEnabledType <String>] [-AllowMemes <Boolean>] [-Confirm] [-AllowPriorityMessages <Boolean>]
27-
[-WhatIf] [-GiphyRatingType <String>] [-AllowGiphy <Boolean>]
27+
[-WhatIf] [-GiphyRatingType <String>] [-AllowGiphy <Boolean>] [-ChatPermissionRole <String>]
2828
```
2929

3030
## DESCRIPTION
@@ -382,6 +382,16 @@ Default value: None
382382
Accept pipeline input: False
383383
Accept wildcard characters: False
384384
```
385+
### -ChatPermissionRole
386+
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.
387+
388+
```yaml
389+
Type: String
390+
Position: Named
391+
Default value: Restricted
392+
Accept pipeline input: False
393+
Accept wildcard characters: False
394+
```
385395
386396
## INPUTS
387397

0 commit comments

Comments
 (0)