Skip to content

Commit 37322f9

Browse files
committed
Update enable-network-protection.md
1 parent dcac07d commit 37322f9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

defender-endpoint/enable-network-protection.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,27 @@ To enable network protection, you can use one of the following methods:
7575

7676
1. On your Windows device, select Start, type `powershell`, right-click **Windows PowerShell** and select **Run as administrator**.
7777

78-
1. Run the following cmdlet:
78+
2. Run the following cmdlet:
7979

8080
```PowerShell
8181
Set-MpPreference -EnableNetworkProtection Enabled
8282
```
8383

84-
2. For Windows Server, run the following additional commands:
84+
3. For Windows Server, run the following additional commands:
8585

8686
| Windows Server version | Commands |
8787
|---|---|
8888
| Windows Server 2022 and later | `set-mpPreference -AllowNetworkProtectionOnWinServer $true` |
8989
| Windows Server 2016 <br/>Windows Server 2012 R2 | `set-MpPreference -AllowNetworkProtectionDownLevel $true` <br/>`set-MpPreference -AllowNetworkProtectionOnWinServer $true` |
9090

91-
3. To set network protection to audit mode, use the following cmdlet:
91+
4. (This step is optional.) To set network protection to audit mode, use the following cmdlet:
9292

9393
```PowerShell
9494
Set-MpPreference -EnableNetworkProtection AuditMode
9595
```
96-
96+
97+
5.
98+
9799
### Mobile device management (MDM)
98100

99101
Use the [EnableNetworkProtection](/windows/client-management/mdm/policy-csp-defender#enablenetworkprotection) configuration service provider (CSP) to enable or disable network protection or enable audit mode.

0 commit comments

Comments
 (0)