Windows Server ships with Microsoft Defender. Microsoft has updated its documentation to reflect this position since Windows Server now includes Windows Defender.
As all of us know, Windows Defender is the free malware protection software pre-installed on Windows computers. Now the Windows Server operating system too, will ship with Windows Defender pre-installed and protect the Windows Server editions against known malware and regularly update its antimalware definitions through Windows Update.
Windows Server includes Microsoft Defender
Although Windows Defender will be installed, the user interface is not installed by default. You must manage Windows Defender using WMI, Windows PowerShell, or Group Policy.
To use the user interface for Windows Defender, you will have to activate it via the Control Panel Add Features functionality or the Install-WindowsFeature cmdlet.
But system administrators will be able to confirm and verify that it is running by running the following command:
sc query Windefend
If Windows Defender is running, the State value will display Running.
To be able to receive antimalware definition updates, you must have the Windows Update service running. If you use an update management service, like Windows Server Update Services (WSUS), you will have to ensure that updates for Windows Defender definitions are approved for the system.
If you wish to disable real-time monitoring, you can do so as follows:
Disable Microsoft Defender real-time monitoring in Windows Server
To disable real-time monitoring, start a Windows PowerShell console as an administrator run the following command, and hit Enter:
Set-MpPreference -DisableRealtimeMonitoring $true
Enable Windows Defender real-time monitoring
To enable real-time monitoring, open a Windows PowerShell console as an administrator run the following command, and hit Enter:
Set-MpPreference -DisableRealtimeMonitoring $false
For a detailed read, visit Microsoft.
I really impressed with your post. It is very useful and informative post about windows defender. Thanks to share another great post with us.
I love that they post things like this.
I just noticed that you can install the Windows Defender GUI using “Add Roles and Features” function.
help! my computer tech ran off with my money and now I’m forced to fix my computer myself. I tried what you suggested AnandK@TWC but it did not work. I uploaded windows 10 and tons of issues are popping up. Luckily I pd my computer friend to now only fix but teach me how to fix my machines myself. So right after the upgrade I went tooling for my Windows Defender, hearing rumors that it was not automatically set to on!! I typed what u said and even tried to use the disable (true) prompt but both false and true came back as “……not recognized…..” I’m hoping you understand what that means..help!
Then hopefully after fixing this comes making my touch pad work. I’m diasbled and all this mousing is killing me. tee hee. thanks for your time….chris
Check the Notifications Center. If Windows Defender is disabled you will see a warning, else you can assume that it is enabled. See this post for Defender Status’: https://www.thewindowsclub.com/windows-defender-pc-status-potentially-unprotected
Definition Update for Windows Defender – KB2267602 (Definition 1.215.104.0) – Error 0x80070643
How do I fix this?? I’m not a computer wizard but I have a basic knowledge. Thanks
Try to update it manually: https://www.thewindowsclub.com/update-windows-defender-manually-windows-8
You may or may not get an Error Code 0x80070643 when the installers has insufficient privileges to modify a file or a folder: https://www.thewindowsclub.com/windows-error-code-0x80070643