Skip to content

Commit b46057c

Browse files
authored
Merge pull request #3801 from MicrosoftDocs/main
pushing updates live
2 parents 5474519 + 93adc8b commit b46057c

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

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

+32-2
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/22/2023
5+
ms.date: 03/25/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,7 +823,7 @@ Accept pipeline input: False
823823
Accept wildcard characters: False
824824
```
825825

826-
### -EnableDnsSinkhole
826+
### -EnableDnsSinkhole (Deprecated)
827827
Specifies whether to examine DNS traffic to detect and sinkhole DNS exfiltration attempts and other DNS based malicious attacks.
828828
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.
829829

@@ -901,6 +901,36 @@ Accept pipeline input: False
901901
Accept wildcard characters: False
902902
```
903903

904+
### Enable UdpReceiveOffload:
905+
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.
906+
907+
```yaml
908+
Type: ASRRuleActionType
909+
Parameter Sets: (All)
910+
Aliases:
911+
912+
Required: False
913+
Position: Named
914+
Default value: None
915+
Accept pipeline input: False
916+
Accept wildcard characters: False
917+
```
918+
919+
### Enable UdpSegmentationOffload:
920+
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.
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+
904934
### -EngineUpdatesChannel
905935
Specifies when devices receive Microsoft Defender engine updates during the monthly gradual rollout.
906936

0 commit comments

Comments
 (0)