You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
841
+
### -EnableDnsSinkhole (Deprecated)
827
842
Specifies whether to examine DNS traffic to detect and sinkhole DNS exfiltration attempts and other DNS based malicious attacks.
828
843
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.
829
844
@@ -901,6 +916,36 @@ Accept pipeline input: False
901
916
Accept wildcard characters: False
902
917
```
903
918
919
+
### Enable UdpReceiveOffload:
920
+
Specifies whether UDP receive offload support in Network Protection is enabled, resulting in potentially higher UDP bandwidth in the inbound direction. Starting with platform version `4.18.24030`, Microsoft will gradually move this support default from disabled to enabled. This setting can be manually controlled by setting it to `1` to enable and `0` to disable.
921
+
922
+
```yaml
923
+
Type: ASRRuleActionType
924
+
Parameter Sets: (All)
925
+
Aliases:
926
+
927
+
Required: False
928
+
Position: Named
929
+
Default value: None
930
+
Accept pipeline input: False
931
+
Accept wildcard characters: False
932
+
```
933
+
934
+
### Enable UdpSegmentationOffload:
935
+
Specifies whether UDP segmentation offload support in Network Protection is enabled, resulting in potentially higher UDP bandwidth in the outbound direction. Starting with platform version `4.18.24030`, Microsoft will gradually move this support default from disabled to enabled. This setting can be manually controlled by setting it to `1` to enable and `0` to disable.
936
+
937
+
```yaml
938
+
Type: ASRRuleActionType
939
+
Parameter Sets: (All)
940
+
Aliases:
941
+
942
+
Required: False
943
+
Position: Named
944
+
Default value: None
945
+
Accept pipeline input: False
946
+
Accept wildcard characters: False
947
+
```
948
+
904
949
### -EngineUpdatesChannel
905
950
Specifies when devices receive Microsoft Defender engine updates during the monthly gradual rollout.
0 commit comments