Skip to content

Commit e3e3048

Browse files
Update set-csteamsmessagingconfiguration.md
1 parent 5a3efbf commit e3e3048

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

teams/teams-ps/teams/set-csteamsmessagingconfiguration.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Set-CsTeamsMessagingConfiguration [-Identity] <String>
2424
[-Force]
2525
[-MessagingNotes <String>]
2626
[-UrlReputationCheck <string>]
27+
[-ContentBasedPhishingCheck <string>]
28+
[-ReportIncorrectSecurityDetections<string>]
2729
[-WhatIf]
2830
[<CommonParameters>]
2931
```
@@ -205,6 +207,52 @@ Accept pipeline input: False
205207
Accept wildcard characters: False
206208
```
207209
210+
### -ContentBasedPhishingCheck
211+
212+
>[!NOTE]
213+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
214+
215+
This setting determines if Content Based Phishing Check in teams messaging across the whole tenant
216+
217+
Possible Values:
218+
- Enabled
219+
- Disabled
220+
221+
```yaml
222+
Type: String
223+
Parameter Sets: (All)
224+
Aliases:
225+
226+
Required: False
227+
Position: Named
228+
Default value: Enabled
229+
Accept pipeline input: False
230+
Accept wildcard characters: False
231+
```
232+
233+
### -ReportIncorrectSecurityDetections
234+
235+
>[!NOTE]
236+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
237+
238+
This setting determines if Report Incorrect Security Detections is enabled in teams messaging across the whole tenant
239+
240+
Possible Values:
241+
- Enabled
242+
- Disabled
243+
244+
```yaml
245+
Type: String
246+
Parameter Sets: (All)
247+
Aliases:
248+
249+
Required: False
250+
Position: Named
251+
Default value: Enabled
252+
Accept pipeline input: False
253+
Accept wildcard characters: False
254+
```
255+
208256
### -WhatIf
209257
210258
Shows what would happen if the cmdlet runs.

0 commit comments

Comments
 (0)