Skip to content

Commit 8568074

Browse files
authored
Merge branch 'main' into main
2 parents 1631d2f + 5a11858 commit 8568074

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
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.

teams/teams-ps/teams/Set-CsTeamsGuestMessagingConfiguration.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ TeamsGuestMessagingConfiguration determines the messaging settings for the guest
2121
```
2222
Set-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
```
3030
Set-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
137137
Accept wildcard characters: False
138138
```
139139
140+
### -UsersCanDeleteBotMessages
141+
Determines whether a user is allowed to delete messages sent by bots. Set this to TRUE to allow. Set this to FALSE to prohibit.
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
141156
Prompts you for confirmation before running the cmdlet.
142157

teams/teams-ps/teams/Set-CsTeamsMessagingPolicy.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Set-CsTeamsMessagingPolicy [[-Identity] <XdsIdentity>]
5555
[-InOrganizationChatControl <String>]
5656
[-ReadReceiptsEnabledType <String>]
5757
[-Tenant <Guid>]
58+
[-UsersCanDeleteBotMessages <Boolean>]
5859
[-WhatIf]
5960
[<CommonParameters>]
6061
```
@@ -100,6 +101,7 @@ Set-CsTeamsMessagingPolicy [-Instance <PSObject>]
100101
[-InOrganizationChatControl <String>]
101102
[-ReadReceiptsEnabledType <String>]
102103
[-Tenant <Guid>]
104+
[-UsersCanDeleteBotMessages <Boolean>]
103105
[-WhatIf]
104106
[<CommonParameters>]
105107
```
@@ -769,6 +771,21 @@ Accept pipeline input: False
769771
Accept wildcard characters: False
770772
```
771773

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+
772789
### -WhatIf
773790
Shows what would happen if the cmdlet runs.
774791
The cmdlet is not run.

0 commit comments

Comments
 (0)