|
2 | 2 | description: The Set-MpPreference cmdlet configures preferences for Windows Defender scans and updates.
|
3 | 3 | external help file: MSFT_MpPreference.cdxml-help.xml
|
4 | 4 | Module Name: Defender
|
5 |
| -ms.date: 03/22/2023 |
| 5 | +ms.date: 03/25/2024 |
6 | 6 | online version: https://learn.microsoft.com/powershell/module/defender/set-mppreference?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
|
7 | 7 | schema: 2.0.0
|
8 | 8 | title: Set-MpPreference
|
@@ -823,7 +823,7 @@ Accept pipeline input: False
|
823 | 823 | Accept wildcard characters: False
|
824 | 824 | ```
|
825 | 825 |
|
826 |
| -### -EnableDnsSinkhole |
| 826 | +### -EnableDnsSinkhole (Deprecated) |
827 | 827 | Specifies whether to examine DNS traffic to detect and sinkhole DNS exfiltration attempts and other DNS based malicious attacks.
|
828 | 828 | 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 | 829 |
|
@@ -901,6 +901,36 @@ Accept pipeline input: False
|
901 | 901 | Accept wildcard characters: False
|
902 | 902 | ```
|
903 | 903 |
|
| 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 | + |
904 | 934 | ### -EngineUpdatesChannel
|
905 | 935 | Specifies when devices receive Microsoft Defender engine updates during the monthly gradual rollout.
|
906 | 936 |
|
|
0 commit comments