Skip to content

Commit 5dbf5b2

Browse files
authored
Merge pull request #10329 from munindersingh/patch-1
Update Set-CsTeamsGuestMessagingConfiguration.md
2 parents 7bf8ff8 + 4003786 commit 5dbf5b2

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

skype/skype-ps/skype/Set-CsTeamsGuestMessagingConfiguration.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ TeamsGuestMessagingConfiguration determines the messaging settings for the guest
2121
```
2222
Set-CsTeamsGuestMessagingConfiguration [-Tenant <Guid>] [-AllowUserEditMessage <Boolean>]
2323
[-AllowImmersiveReader <Boolean>] [-AllowUserDeleteMessage <Boolean>] [-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>]
24-
[-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [[-Identity] <XdsIdentity>]
24+
[-AllowUserDeleteChat <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [[-Identity] <XdsIdentity>]
2525
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
### Instance
2929
```
3030
Set-CsTeamsGuestMessagingConfiguration [-Tenant <Guid>] [-AllowUserEditMessage <Boolean>]
3131
[-AllowImmersiveReader <Boolean>] [-AllowUserDeleteMessage <Boolean>] [-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>]
32-
[-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [-Instance <PSObject>] [-Force]
32+
[-AllowUserDeleteChat <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [-Instance <PSObject>] [-Force]
3333
[-WhatIf] [-Confirm] [<CommonParameters>]
3434
```
3535

@@ -166,6 +166,21 @@ Accept pipeline input: False
166166
Accept wildcard characters: False
167167
```
168168
169+
### -AllowUserDeleteChat
170+
Turn this setting on to allow users to permanently delete their one-on-one chat, group chat, and meeting chat as participants (this deletes the chat only for them, not other users in the chat). Set this to TRUE to allow. Set this to FALSE to prohibit.
171+
172+
```yaml
173+
Type: Boolean
174+
Parameter Sets: (All)
175+
Aliases:
176+
177+
Required: False
178+
Position: Named
179+
Default value: TRUE
180+
Accept pipeline input: False
181+
Accept wildcard characters: False
182+
```
183+
169184
### -GiphyRatingType
170185
Determines Giphy content restrictions. Default value is "Moderate", other options are "NoRestriction" and "Strict"
171186

0 commit comments

Comments
 (0)