File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ New-CsTeamsMessagingPolicy [[-Identity] <XdsIdentity>]
5555 [-InOrganizationChatControl <String>]
5656 [-ReadReceiptsEnabledType <String>]
5757 [-Tenant <Guid>]
58+ [-UsersCanDeleteBotMessages <Boolean>]
5859 [<CommonParameters>]
5960 [-WhatIf]
6061 ```
@@ -715,6 +716,22 @@ Accept pipeline input: False
715716Accept wildcard characters: False
716717` ` `
717718
719+ # ## -UsersCanDeleteBotMessages
720+
721+ Determines whether a user is allowed to delete messages sent by bots. Set this to TRUE to allow. Set this to FALSE to prohibit.
722+
723+ ` ` ` yaml
724+ Type: Boolean
725+ Parameter Sets: (All)
726+ Aliases:
727+
728+ Required: False
729+ Position: Named
730+ Default value: False
731+ Accept pipeline input: False
732+ Accept wildcard characters: False
733+ ` ` `
734+
718735# ## -WhatIf
719736Shows what would happen if the cmdlet runs.
720737The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments