Skip to content

Commit cc5a226

Browse files
committed
Update microsoft-defender-antivirus-on-windows-server.md
1 parent f80b17b commit cc5a226

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

defender-endpoint/microsoft-defender-antivirus-on-windows-server.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: ewalsh
99
ms.reviewer: pahuijbr
1010
manager: deniseb
1111
ms.topic: conceptual
12-
ms.date: 04/17/2025
12+
ms.date: 04/18/2025
1313
ms.collection:
1414
- m365-security
1515
- tier2
@@ -36,24 +36,18 @@ Microsoft Defender Antivirus is available in the following editions/versions of
3636
- Windows Server 2016
3737
- Windows Server 2012 R2 (Requires Microsoft Defender for Endpoint)
3838

39-
## Setting up Microsoft Defender Antivirus on Windows Server
39+
## Overview
4040

41-
The process of setting up and running Microsoft Defender Antivirus on Windows Server includes the following steps:
41+
By default, Microsoft Defender Antivirus is installed and functional on Windows Server 2016 and later. For Windows Server 2012 R2, Microsoft Defender Antivirus is installed when the device is onboarded to Defender for Endpoint using the [modern unified solution](onboard-server.md#functionality-in-the-modern-unified-solution-for-windows-server-2016-and-windows-server-2012-r2).
4242

43-
1. [Enable the user interface](#enable-the-user-interface-on-windows-server).
44-
2. [Install Microsoft Defender Antivirus](#install-microsoft-defender-antivirus-on-windows-server).
45-
3. [Verify Microsoft Defender Antivirus is running](#verify-microsoft-defender-antivirus-is-running).
46-
4. [Update your antimalware Security intelligence](#update-antimalware-security-intelligence).
47-
5. (As needed) [Submit samples](#submit-samples).
48-
6. (As needed) [Configure automatic exclusions](#configure-automatic-exclusions).
49-
7. (Only if necessary) [Set Windows Server to passive mode](#passive-mode-and-windows-server).
43+
This article describes how to enable the user interface, install or reinstall Microsoft Defender Antivirus, verify that Microsoft Defender Antivirus is running, and update your antimalware security intelligence. This article also describes how to set Microsoft Defender Antivirus to passive mode if you're using a non-Microsoft antivirus/anti-malware solution on Windows Server.
5044

5145
## Enable the user interface on Windows Server
5246

5347
> [!IMPORTANT]
5448
> If you're using Windows Server 2012 R2, see [Onboard Windows Server 2012 R2 and Windows Server 2016 to Microsoft Defender for Endpoint](onboard-server.md#functionality-in-the-modern-unified-solution-for-windows-server-2016-and-windows-server-2012-r2).
5549
56-
By default, Microsoft Defender Antivirus is installed and functional on Windows Server. Sometimes, the user interface (GUI) is installed by default, and other times it has to be enabled. The GUI isn't required; you can use PowerShell, Group Policy, or other methods to manage Microsoft Defender Antivirus. If your organization prefers to use the GUI, use one of the procedures in the following table:
50+
By default, Microsoft Defender Antivirus is installed and functional on Windows Server 2016 and later. Sometimes, the user interface (GUI) is installed by default, and other times it has to be enabled. The GUI isn't required; you can use PowerShell, Group Policy, or other methods to manage Microsoft Defender Antivirus. If your organization prefers to use the GUI, use one of the procedures in the following table to enable it:
5751

5852
| Procedure | What to do |
5953
|:---|:---|
@@ -68,7 +62,7 @@ If you need to install or reinstall Microsoft Defender Antivirus on Windows Serv
6862

6963
| Procedure | What to do |
7064
|:---|:---|
71-
| Use the Add Roles and Features Wizard to install Microsoft Defender Antivirus | 1. See [Install or Uninstall Roles, Role Services, or Features](/windows-server/administration/server-manager/install-or-uninstall-roles-role-services-or-features#install-roles-role-services-and-features-by-using-the-add-roles-and-features-wizard), and use the **Add Roles and Features Wizard**. <br/><br/>2. When you get to the **Features** step of the wizard, select the Microsoft Defender Antivirus option. Also select the **GUI for Windows Defender** option. |
65+
| Use the Add Roles and Features Wizard | 1. See [Install or Uninstall Roles, Role Services, or Features](/windows-server/administration/server-manager/install-or-uninstall-roles-role-services-or-features#install-roles-role-services-and-features-by-using-the-add-roles-and-features-wizard), and use the **Add Roles and Features Wizard**. <br/><br/>2. When you get to the **Features** step of the wizard, select the Microsoft Defender Antivirus option. Also select the **GUI for Windows Defender** option. |
7266
| Use PowerShell to install Microsoft Defender Antivirus | 1. On your Windows Server, open Windows PowerShell as an administrator. <br/><br/>2. Run the following PowerShell cmdlet: `Install-WindowsFeature -Name Windows-Defender` |
7367

7468
> [!NOTE]

0 commit comments

Comments
 (0)