Skip to content

Commit 6fba673

Browse files
authored
Merge pull request #7867 from angchin/patch-1
Update New-CsTeamsMessagingPolicy.md
2 parents a2fc914 + c046964 commit 6fba673

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

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

Lines changed: 15 additions & 2 deletions
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,20 @@ 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 environment. 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+
Parameter Sets: (All)
391+
Aliases:
392+
393+
Required: False
394+
Position: Named
395+
Default value: Restricted
396+
Accept pipeline input: False
397+
Accept wildcard characters: False
398+
```
385399
386400
## INPUTS
387401
@@ -395,4 +409,3 @@ Accept wildcard characters: False
395409
## NOTES
396410
397411
## RELATED LINKS
398-

0 commit comments

Comments
 (0)