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 @@ Set-CsTeamsMessagingPolicy [[-Identity] <XdsIdentity>]
55
55
[-InOrganizationChatControl <String>]
56
56
[-ReadReceiptsEnabledType <String>]
57
57
[-Tenant <Guid>]
58
+ [-UsersCanDeleteBotMessages <Boolean>]
58
59
[-WhatIf]
59
60
[<CommonParameters>]
60
61
```
@@ -100,6 +101,7 @@ Set-CsTeamsMessagingPolicy [-Instance <PSObject>]
100
101
[-InOrganizationChatControl <String>]
101
102
[-ReadReceiptsEnabledType <String>]
102
103
[-Tenant <Guid>]
104
+ [-UsersCanDeleteBotMessages <Boolean>]
103
105
[-WhatIf]
104
106
[<CommonParameters>]
105
107
```
@@ -769,6 +771,21 @@ Accept pipeline input: False
769
771
Accept wildcard characters: False
770
772
` ` `
771
773
774
+ # ## -UsersCanDeleteBotMessages
775
+ Determines whether a user is allowed to delete messages sent by bots. Set this to TRUE to allow. Set this to FALSE to prohibit.
776
+
777
+ ` ` ` yaml
778
+ Type: Boolean
779
+ Parameter Sets: (All)
780
+ Aliases:
781
+
782
+ Required: False
783
+ Position: Named
784
+ Default value: False
785
+ Accept pipeline input: False
786
+ Accept wildcard characters: False
787
+ ` ` `
788
+
772
789
# ## -WhatIf
773
790
Shows what would happen if the cmdlet runs.
774
791
The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments