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
Copy file name to clipboardExpand all lines: defender-endpoint/enable-network-protection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ To enable network protection, you can use one of the following methods:
85
85
| Windows Server version | Commands |
86
86
|---|---|
87
87
| Windows Server 2022 and later |`set-mpPreference -AllowNetworkProtectionOnWinServer $true`|
88
-
| Windows Server 2016 <br/>Windows Server 2012 R2 |`set-MpPreference -AllowNetworkProtectionDownLevel $true` <br/>`set-MpPreference -AllowNetworkProtectionOnWinServer $true`|
88
+
| Windows Server 2016 <br/>Windows Server 2012 R2 |`set-MpPreference -AllowNetworkProtectionDownLevel $true` <br/>`set-MpPreference -AllowNetworkProtectionOnWinServer $true`|
89
89
90
90
4. (This step is optional.) To set network protection to audit mode, use the following cmdlet:
0 commit comments