Skip to content

Commit 7170834

Browse files
authored
Update New-CsTeamsMessagingPolicy.md
update new messaging policy attribute
1 parent 3f819cf commit 7170834

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

teams/teams-ps/teams/New-CsTeamsMessagingPolicy.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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
715716
Accept 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
719736
Shows what would happen if the cmdlet runs.
720737
The cmdlet is not run.

0 commit comments

Comments
 (0)