提問者
Activate Windows defender in Windows server 2019

問題
-
Good afternoon,
I am trying to activate windows defender on several servers that have Windows Server 2019 installed but it is being impossible.In Windows server 2016 I have been able to do it with the command Install-WindowsFeature -Name Windows-Defender -Source \\servidor_remoto\WinSxS\ or dism /online /enable-feature /featurename:Windows-Defender /all /source:\\servidor_remoto\c$\windows\WinSxS /limitaccess /NoRestart
I have tried the same method, or from the Windows Manager indicating the source and it does not work either.
I have followed procedures to put the .wim etc, but it does not work.
Any ideas?
Thanks
所有回覆
-
Enable Windows Defender GUI on Windows Server
In Windows Server 2019, the Defender GUI is based on the APPX application and is accessible through the Windows Security app (Settings -> Update and Security ). Windows Defender is configured through the “Virus and threat protection” menu.
Thank You -
-
Protector for Endpoint stretches out help to likewise incorporate the Windows Server working framework. This help gives progressed assault location and examination abilities consistently through the Microsoft 365 Defender console
https://www.sureworks.in
- 已提議為解答 90S Outfits 2022年6月1日 上午 01:38
-
I agree with you Chitrar. Microsoft's Protector for Endpoint is a great product. I have been using it for a while now and I can say that it has made me feel more protected. I think the whole Microsoft Defender suite has been pretty good so far. All the systems I've seen it integrate with have had little to no problems. I’m keeping my fingers crossed so I won’t encounter any problems in the future.
- 已編輯 John Grey 77 2022年6月1日 上午 04:28
-
Open the Settings app. Choose Update & security. Select Windows Defender on the side bar.
For Windows 10 and Windows Server 2019 Systems:
- Open the Windows Security app.
- Choose Virus and Threat Protection.
- From "Virus & threat protection settings" choose "manage settings"
Hope This Works,
Peter - Open the Windows Security app.
-
How do I install Windows Defender on Windows Server?
By default, Windows Defender AV is installed and functional on Windows Server 2016. However, the GUI for Windows Defender which is a feature isn't installed.
Enable Windows Defender GUI on Windows Server
Launch the Server Manager.
Click on Tools > Manage.
Click Add Roles and Features.Regards,
Will
-
Service Check
Get-Service WinDefend
Here’s how you can enable real-time antivirus protection:Set-MpPreference -DisableRealtimeMonitoring $false
You can install Windows Defender services with the command:
Add-WindowsFeature Windows-Defender-Features,Windows-Defender-GUI
You’ll need a new app to open this windowsdefender
Add-AppxPackage -Register -DisableDevelopmentMode "C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\AppXManifest.xml"
-
Maybe you are not logged into your Windows as an administrator
- 已提議為解答 Asim Khattak 2022年9月3日 下午 10:13
- 已取消提議為解答 Asim Khattak 2022年9月3日 下午 10:13