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
2121```
2222Set-CsTeamsGuestMessagingConfiguration [-Tenant <Guid>] [-AllowUserEditMessage <Boolean>]
2323 [-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>]
2525 [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2626```
2727
2828### Instance
2929```
3030Set-CsTeamsGuestMessagingConfiguration [-Tenant <Guid>] [-AllowUserEditMessage <Boolean>]
3131 [-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]
3333 [-WhatIf] [-Confirm] [<CommonParameters>]
3434```
3535
@@ -137,6 +137,21 @@ Accept pipeline input: False
137137Accept wildcard characters : False
138138` ` `
139139
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+
140155### -Confirm
141156Prompts you for confirmation before running the cmdlet.
142157
You can’t perform that action at this time.
0 commit comments