Skip to content

Commit d179d99

Browse files
committed
Learn Editor: Update enable-network-protection.md
1 parent 4dcc5bb commit d179d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defender-endpoint/enable-network-protection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Use the following procedure to enable network protection on domain-joined comput
201201
| Windows Server version | Commands |
202202
|---|---|
203203
|Windows Server 2019 and later | `set-mpPreference -AllowNetworkProtectionOnWinServer $true` |
204-
|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` Note: For Domain Controllers and Exchange servers, set the AllowDatagramProcessingOnWinServer to $false. |
204+
|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` <br/> Important: For Domain Controllers and Exchange servers, set the AllowDatagramProcessingOnWinServer to $false. |
205205

206206
4. (This step is optional.) To set network protection to audit mode, use the following cmdlet:
207207

0 commit comments

Comments
 (0)