Skip to content

Commit 9a666b9

Browse files
committed
Learn Editor: Update microsoft-defender-antivirus-compatibility.md
1 parent b2db03b commit 9a666b9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

defender-endpoint/microsoft-defender-antivirus-compatibility.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,18 @@ The following table summarizes what to expect:
6767
|Windows Server 2022<br/>Windows Server 2019<br/>Windows Server, version 1803, or newer <br/>Windows Server 2016 |A non-Microsoft antivirus/antimalware solution|Disabled<br/>(set manually; see the note that follows this table) |
6868

6969
> [!NOTE]
70-
> On Windows Server, if you're running a non-Microsoft antivirus product, you can uninstall Microsoft Defender Antivirus by using the following PowerShell cmdlet (as an administrator): `Uninstall-WindowsFeature Windows-Defender`. Restart your server to finish removing Microsoft Defender Antivirus.
70+
> On Windows Server, if you're running a non-Microsoft antivirus product, you can uninstall Microsoft Defender Antivirus by using the following PowerShell cmdlet (as an administrator):
71+
> Windows Server 2019 and newer:
72+
> ```powershell
73+
> Uninstall-WindowsFeature Windows-Defender
74+
> ```
75+
> Windows Server 2016:
76+
> ```powershell
77+
> Uninstall-WindowsFeature Windows-Defender
78+
> ```
79+
> Uninstall-WindowsFeature Windows-Defender-Gui
80+
> ```
81+
> Restart your server to finish removing Microsoft Defender Antivirus.
7182
> On Windows Server 2016, you might see *Windows Defender Antivirus* instead of *Microsoft Defender Antivirus*.
7283
> If you uninstall your non-Microsoft antivirus product, make sure that Microsoft Defender Antivirus is re-enabled. See [Re-enable Microsoft Defender Antivirus on Windows Server if it was disabled](enable-update-mdav-to-latest-ws.md#re-enable-microsoft-defender-antivirus-on-windows-server-if-it-was-disabled).
7384

0 commit comments

Comments
 (0)