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
#### Network Protection on Windows Server 2012 R2 and Windows Server 2016:
80
+
81
+
| Description|Setting|
82
+
| -------- | -------- |
83
+
|Allow Network Protection Down Level|Options: Network protection will be enabled downlevel. Network Protection will be disabled downlevel. (Default) Not Configured|
84
+
|<Deleteme> |<Deleteme> |
85
+
86
+
#### Optional Network Protection settings for Windows and Windows Server:
87
+
88
+
> [!WARNING]
89
+
> For Domain Controllers, Windows DNS servers and Microsoft Exchange servers, set the "Allow Datagram Processing On WinServer" to . These roles often generate high volumes of UDP traffic, which can affect network performance and reliability when datagram processing is enabled. Disabling this setting helps maintain network stability and optimize resource usage in demanding environments.
90
+
91
+
|Description| Setting|
92
+
| -------- | -------- |
93
+
|Allow Datagram Processing On Win Server|Datagram processing on Windows Server is enabled. Datagram processing on Windows Server is disabled. Not configured|
94
+
|Disable DNS over TCP parsing|DNS over TCP parsing is enabled (Default). DNS over TCP parsing is enabled. Not configured|
95
+
|Disable HTTP parsing|HTTP parsing is enabled (Default). HTTP parsing is disabled. Not configured|
96
+
|Disable SSH parsing|SSH parsing is enabled.|
97
+
|Disable TLS parsing |TLS parsing is enabled.|
98
+
|Enable DNS Sinkhole|DNS Sinkhole is enabled.|
99
+
100
+
- When you're done configuring settings, select Next.
101
+
102
+
- On the Assignments page, select the groups that will receive this profile.
103
+
104
+
- Select Next.
105
+
106
+
- On the Review + create page, when you're done, select Save.
107
+
108
+
- The new profile is displayed in the list when you select the policy type for the profile you created.
109
+
110
+
53
111
### Microsoft Intune
54
112
55
113
#### Microsoft Defender for Endpoint Baseline method
@@ -168,15 +226,16 @@ Use the following procedure to enable network protection on domain-joined comput
168
226
Set-MpPreference -EnableNetworkProtection Enabled
169
227
```
170
228
171
-
3. For Windows Server, use the additional commands listed in the following table:
229
+
1. For Windows Server, use the additional commands listed in the following table:
172
230
173
-
| Windows Server version | Commands |
174
-
|---|---|
175
-
|Windows Server 2019 and later |`set-mpPreference -AllowNetworkProtectionOnWinServer $true` <br/> `set-MpPreference -AllowDatagramProcessingOnWinServer $true`|
176
-
|Windows Server 2016 <br/>Windows Server 2012 R2 with the [unified agent for Microsoft Defender for Endpoint](/defender-endpoint/enable-network-protection)|`set-MpPreference -AllowNetworkProtectionDownLevel $true` <br/> `set-MpPreference -AllowNetworkProtectionOnWinServer $true` <br/> `set-MpPreference -AllowDatagramProcessingOnWinServer $true`|
231
+
| Windows Server version | Commands |
232
+
|---|---|
233
+
|Windows Server 2019 and later |`set-mpPreference -AllowNetworkProtectionOnWinServer $true` <br/> `set-MpPreference -AllowDatagramProcessingOnWinServer $true`|
234
+
|Windows Server 2016 <br/>Windows Server 2012 R2 with the [unified agent for Microsoft Defender for Endpoint](/defender-endpoint/enable-network-protection)|`set-MpPreference -AllowNetworkProtectionDownLevel $true` <br/> `set-MpPreference -AllowNetworkProtectionOnWinServer $true` <br/> `set-MpPreference -AllowDatagramProcessingOnWinServer $true`|
177
235
178
236
> [!IMPORTANT]
179
-
> For Domain Controllers and Microsoft Exchange servers, set the `AllowDatagramProcessingOnWinServer` parameter to `$false`. These roles often generate high volumes of UDP traffic, which can affect network performance and reliability when datagram processing is enabled. Disabling this setting helps maintain network stability and optimize resource usage in demanding environments.
237
+
> For Domain Controllers, Windows DNS servers and Microsoft Exchange servers, set the `AllowDatagramProcessingOnWinServer` parameter to `$false`. These roles often generate high volumes of UDP traffic, which can affect network performance and reliability when datagram processing is enabled. Disabling this setting helps maintain network stability and optimize resource usage in demanding environments.
238
+
180
239
181
240
4. (This step is optional.) To set network protection to audit mode, use the following cmdlet:
0 commit comments