Skip to content

Commit 0ea0f91

Browse files
authored
Merge pull request #3802 from tdoucett-ms/patch-3
Add EnableConvertWarnToBlock
2 parents 93adc8b + aa28c74 commit 0ea0f91

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docset/winserver2022-ps/defender/Set-MpPreference.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: The Set-MpPreference cmdlet configures preferences for Windows Defender scans and updates.
33
external help file: MSFT_MpPreference.cdxml-help.xml
44
Module Name: Defender
5-
ms.date: 03/25/2024
5+
ms.date: 03/27/2024
66
online version: https://learn.microsoft.com/powershell/module/defender/set-mppreference?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-MpPreference
@@ -823,6 +823,21 @@ Accept pipeline input: False
823823
Accept wildcard characters: False
824824
```
825825

826+
### -EnableConvertWarnToBlock
827+
This setting controls whether network protection blocks network traffic instead of displaying a warning. This setting can be manually controlled by setting it to `1` to enable and `0` to disable.
828+
829+
```yaml
830+
Type: ASRRuleActionType
831+
Parameter Sets: (All)
832+
Aliases:
833+
834+
Required: False
835+
Position: Named
836+
Default value: None
837+
Accept pipeline input: False
838+
Accept wildcard characters: False
839+
```
840+
826841
### -EnableDnsSinkhole (Deprecated)
827842
Specifies whether to examine DNS traffic to detect and sinkhole DNS exfiltration attempts and other DNS based malicious attacks.
828843
Network protection can inspect the DNS traffic of a machine and, in conjunction with behavior monitoring, detect and sink hole DNS exfiltration attempts, and other DNS based malicious attacks. Set this configuration to "$true" to enable this feature.

0 commit comments

Comments
 (0)