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>]
55
55
[-InOrganizationChatControl <String>]
56
56
[-ReadReceiptsEnabledType <String>]
57
57
[-Tenant <Guid>]
58
+ [-UsersCanDeleteBotMessages <Boolean>]
58
59
[<CommonParameters>]
59
60
[-WhatIf]
60
61
```
@@ -715,6 +716,22 @@ Accept pipeline input: False
715
716
Accept wildcard characters: False
716
717
` ` `
717
718
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
+
718
735
# ## -WhatIf
719
736
Shows what would happen if the cmdlet runs.
720
737
The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments