Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
Home » Windows Server » Missing Windows Defender? Install and manage Microsoft Defender via Windows Security on Windows Server

Missing Windows Defender? Install and manage Microsoft Defender via Windows Security on Windows Server

Posted on 16/01/202430/01/2024 Christian By Christian No Comments on Missing Windows Defender? Install and manage Microsoft Defender via Windows Security on Windows Server
Missing Windows defender

Microsoft Defender Antivirus protects your device from viruses, malware, and potentially unwanted applications. By default, Microsoft Defender Antivirus is installed and functional on Windows Server. This article will discuss how to fix “Missing Windows Defender: Install and manage Microsoft Defender via Windows Security on Windows Server”. You can use PowerShell, Group Policy, or other methods to manage Microsoft Defender Antivirus. Please see how to Remove Microsoft Defender Update on Windows 10 & Server, and Windows Defender Antivirus Management with Intune.

Note: Most of the new Windows Server operating systems come with Windows Defender already installed and working. Most times, you do not have to do this. But if you wish to use Microsoft Defender Antivirus on your Windows Server that had been previously uninstalled. You may need to take further steps to re-enable it and ensure it’s fully updated as discussed below.

See how to Configure Data Deduplication on Windows Server 2022, how to Test Your Webcam And Microphone Before Meeting, and how to convert Windows Server Essentials or Evaluation to Retail Edition.

Check Windows Defender Antivirus

There are numerous ways to determine this. But in this article, we will be using PowerShell. Windows Defender can be disabled or removed due to numerous. In some cases, to improve performance, update errors or conflict with other applications.

To do this, get on your Windows Server and Open “Windows Powershell“ as an administrator.

PowerShell as admin
PowerShell as admin

Run the following command to check the Windows Defender Antivirus state on the server. As you can see, we have the Microsft Defender installed on this server.

Get-WindowsFeature | Where-Object {$_. name -like "*defender*"} | ft Name,DisplayName,Installstate
Microsoft-Defender-State

On another Server, you can see it is available.

This means Windows Defender (now Microsft Defender) is not installed.
Installed state - Defender

Enable Microsoft Defender using the Add Roles and Features Wizard

Launch the Add Roles and Features Wizard

Add-roles-and-features

If you have multiple servers in the pool, select the server you wish to install Microsft Defender to.

Select-server-from-the-Pool-1

Skip the Server Roles page by clicking on Next. On the Features window, select Windows Defender Antivirus.

As you can see, this feature has not been selected
Select-windows-defender-antivirus
The Windows Defender antivirus has been selected. 

Click next to complete the installation

windows-defender-antivirus-selected-1

On the confirmation page, click “Install.” Select the option “Restart the destination server automatically if required” is enabled.

If a role or feature requires a restart during its installation or uninstallation, the reboot will occur automatically with this option enabled.

Install-windows-defender-antivirus
Note: In case you don’t find the Windows Defender features in the list of server features, it means that the Windows Defender core feature has been disabled on the server.

Learn how to Set Microsoft Defender Antivirus to Passive Mode or Active Mode, how to Create Self-Hosted Agent for Azure DevOps Pipelines, and How to Permit a Blocked File or App in Windows Security Manually

Turn on the Windows (Microsoft) Defender using PowerShell

PowerShell can turn on Windows Defender on Windows Server operating systems. Using the PowerShell command is probably much easier and quicker than the previous method.

On your Windows Server, open Windows PowerShell as an administrator.

PowerShell-as-admin

Run the following command to enable Microsft Defender.

Dism /Online /Enable-Feature /FeatureName:Windows-Defender
Defender-Anti-Virus-on-Windows

Select Yes (Y) to reboot the system.

Note: For Windows Sever 2016, please run the commands below.

Dism /Online /Enable-Feature /FeatureName:Windows-Defender-Features
Dism /Online /Enable-Feature /FeatureName:Windows-Defender
Dism /Online /Enable-Feature /FeatureName:Windows-Defender-Gui

Update Microsoft Defender Antivirus

Note: Re-enabling Microsoft Defender Antivirus doesn’t automatically install the platform update. You can download and install the latest platform version using Windows update. Alternatively, you can download the update package from the Microsoft Update Catalog.

Also, see how to update Microsoft Defender Antivirus into the install image of Windows (install.wim), and how to View Microsoft Defender Antivirus Update Details on Windows 10 Image.

Tamper Protection

Now that you have decided to install Microsft Defender Antivirus, please ensure Tamper protection is enabled. Tamper protection helps keep always-on protection and other security settings from being changed.

As a result, when tamper protection is enabled, any changes made to tamper-protected settings are ignored. If you must make changes to a device and those changes are blocked by tamper protection.

Note: Microsoft recommends using troubleshooting mode to temporarily disable tamper protection on the device. After troubleshooting mode ends, any changes made to tamper-protected settings are reverted to their configured state.

Here are some related article on Tamper Resistant “Tamper Protection for Microsoft Defender on Windows 10 [Part 1], and Protect Microsoft Defender Settings with Tamper Protection“.

Stay protected with Windows Security

Windows Security also includes Windows Security. This provides you with the latest antivirus protection. Your device will be actively protected from the moment you start Windows Server. Please see How to stay protected on Windows 10 and 11 device with Windows Security.

Windows Security, also known as Microsoft Defender Antivirus, is inherent to Windows. If another antivirus application is active, Microsoft Defender Antivirus deactivates. Uninstalling the third-party app automatically reactivates Microsoft Defender Antivirus.

Windows Security continually scans for malware (malicious software), viruses, and security threats. In addition to this real-time protection, Updates are downloaded automatically to keep your device safe and protect it from threats.

Remove Microsft Defender antivirus

If you wish to remove Microsft Defender Antivirus based on the above reasons mentioned d or many others. You can use the following PowerShell cmdlet. 

Uninstall-WindowsFeature -Name Windows-Defender
remove-Microsoft-Defender

Or via DISM

Dism /online /Disable-Feature /FeatureName:Windows-Defender /Remove /NoRestart /quiet

Alternatively, you can use the Server Manager to remove Windows Defender Antivirus from your PC. Open Server Manager, and from Manage menu, click Remove Roles and Features.

As you can see, Windows Defender Antivirus is being removed.

Remove-Windows-Defender

Close the removal wizard.

Removal-complete

Manage Antivirus via GPO

You can use Group Policy to manage some Microsoft Defender Antivirus settings. Note that if tamper protection is enabled in your organization, any changes made to tamper-protected settings are ignored. You can’t turn off tamper protection by using Group Policy.

Microsoft recommends using Microsoft Intune to manage Microsoft Defender Antivirus settings for your organization. With Intune, you can control where tamper protection is enabled (or disabled) through policies. You can also protect Microsoft Defender Antivirus exclusions.

Below are the available policies available to manage Microsft Defender via GPO.

Launch group policy via gpedit, In the left pane of Local Group Policy Editor, expand the tree to Computer Configuration > Administrative Templates > Windows Components > Windows Defender Antivirus.

Manage-Defender-via-GPO

I hope you found this article useful on fixing “Missing Windows Defender: Install and manage Microsoft Defender via Windows Security on Windows Server”. Please feel free to leave a comment below.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Server Tags:Defender, Defender Antivirus, Microsoft Defender, Microsoft Windows, Windows 10

Post navigation

Previous Post: Set Microsoft Defender Antivirus to Passive or Active Mode
Next Post: Demystifying Zero Trust with Veeam: Design your Architecture

Related Posts

  • drivelock 1
    How to activate DriveLock License on Windows Server Windows Server
  • Disable Open File Security Warnings on Windows
    How to Disable Open File Security Warnings on Windows Security | Vulnerability Scans and Assessment
  • Screenshot 2020 11 09 at 11.26.54
    The logon attempt failed for the remote desktop connection Windows Server
  • How to create an Advanced Windows Scheduled Task Windows Server
  • image 1
    Install and License Devolutions Remote Desktop Manager on Mac Mac
  • Implementing DHCP Server
    Comprehensive Guide to Install DHCP Server on Windows Server Windows Server

More Related Articles

drivelock 1 How to activate DriveLock License on Windows Server Windows Server
Disable Open File Security Warnings on Windows How to Disable Open File Security Warnings on Windows Security | Vulnerability Scans and Assessment
Screenshot 2020 11 09 at 11.26.54 The logon attempt failed for the remote desktop connection Windows Server
How to create an Advanced Windows Scheduled Task Windows Server
image 1 Install and License Devolutions Remote Desktop Manager on Mac Mac
Implementing DHCP Server Comprehensive Guide to Install DHCP Server on Windows Server Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • sql stuck
    How to uninstall Microsoft SQL Server Management Studio Oracle/MSSQL/MySQL
  • article 1280x720.192a2586 1 1
    Fix Error 0xc1510111: You do not have permission to mount and modify this image Windows Server
  • PSD
    PowerShell Deployment Extension for MDT: How to deploy Windows using PSD, Microsoft Deployment Toolkit, and Windows Deployment Services Windows Server
  • Enale FIPS compliance mode on Windows
    How to enable FIPS mode on Windows Server Oracle/MSSQL/MySQL
  • Steps to upgrade VBR to v12.1
    How to upgrade Veeam Backup and Replication v11 to 12.1 Backup
  • azure ADConnect
    Repair or Uninstall Azure AD Connect: How to uninstall Azure AD Connect AWS/Azure/OpenShift
  • VBR console update
    Veeam Backup Console must be updated to the latest version Backup
  • Banner
    How to enable or disable Firefox Network Captive Portal Service Network | Monitoring

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,824 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.