File tree 1 file changed +48
-0
lines changed
1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ Set-CsTeamsMessagingConfiguration [-Identity] <String>
24
24
[-Force]
25
25
[-MessagingNotes <String>]
26
26
[-UrlReputationCheck <string>]
27
+ [-ContentBasedPhishingCheck <string>]
28
+ [-ReportIncorrectSecurityDetections<string>]
27
29
[-WhatIf]
28
30
[<CommonParameters>]
29
31
```
@@ -205,6 +207,52 @@ Accept pipeline input: False
205
207
Accept wildcard characters : False
206
208
` ` `
207
209
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
+
208
256
### -WhatIf
209
257
210
258
Shows what would happen if the cmdlet runs.
You can’t perform that action at this time.
0 commit comments