Skip to content

Commit 1135213

Browse files
committed
Learn Editor: Update enable-network-protection.md
1 parent 1856c74 commit 1135213

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

defender-endpoint/enable-network-protection.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@ Use the following procedure to enable network protection on domain-joined comput
196196
Set-MpPreference -EnableNetworkProtection Enabled
197197
```
198198

199-
3. For Windows Server, use the additional commands that listed in the following table:
199+
1. For Windows Server, use the additional commands that listed in the following table:
200200

201201
| Windows Server version | Commands |
202202
|---|---|
203-
| 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` |
205-
203+
|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`|
205+
206206
4. (This step is optional.) To set network protection to audit mode, use the following cmdlet:
207207

208208
```PowerShell

0 commit comments

Comments
 (0)