File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ TeamsGuestMessagingConfiguration determines the messaging settings for the guest
21
21
```
22
22
Set-CsTeamsGuestMessagingConfiguration [-Tenant <Guid>] [-AllowUserEditMessage <Boolean>]
23
23
[-AllowImmersiveReader <Boolean>] [-AllowUserDeleteMessage <Boolean>] [-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>]
24
- [-AllowUserDeleteChat <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [[-Identity] <XdsIdentity>]
24
+ [-AllowUserDeleteChat <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [-UsersCanDeleteBotMessages <Boolean>] [ [-Identity] <XdsIdentity>]
25
25
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
26
26
```
27
27
28
28
### Instance
29
29
```
30
30
Set-CsTeamsGuestMessagingConfiguration [-Tenant <Guid>] [-AllowUserEditMessage <Boolean>]
31
31
[-AllowImmersiveReader <Boolean>] [-AllowUserDeleteMessage <Boolean>] [-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>]
32
- [-AllowUserDeleteChat <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [-Instance <PSObject>] [-Force]
32
+ [-AllowUserDeleteChat <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [-UsersCanDeleteBotMessages <Boolean>] [- Instance <PSObject>] [-Force]
33
33
[-WhatIf] [-Confirm] [<CommonParameters>]
34
34
```
35
35
@@ -137,6 +137,21 @@ Accept pipeline input: False
137
137
Accept wildcard characters : False
138
138
` ` `
139
139
140
+ ### -UsersCanDeleteBotMessages
141
+ Determines if a user is allowed to delete messages sent by bots.
142
+
143
+ ` ` ` yaml
144
+ Type : Boolean
145
+ Parameter Sets : (All)
146
+ Aliases :
147
+
148
+ Required : False
149
+ Position : Named
150
+ Default value : False
151
+ Accept pipeline input : False
152
+ Accept wildcard characters : False
153
+ ` ` `
154
+
140
155
### -Confirm
141
156
Prompts you for confirmation before running the cmdlet.
142
157
You can’t perform that action at this time.
0 commit comments