question

27882454 avatar image
0 Votes"
27882454 asked vipulsparsh-MSFT answered

Azure Microsoft Malware setting after installation

Hi,

I have 2 virtual machines in Azure. VM01 (Windows server 2019 datacenter) and VM02 (Windows server 2019 datacenter)

VM01 has extension of Microsoft Malware.

VM02 does not has Microsoft Malware extension.

I did rdp for both VMs and went to setting> Update and Security > Windows Security

Both VMs have same options. Please tell me how can I see insside the VM01 that Microsoft malware is enabled and how to change the setting?

Second question is , if I have number of virtual machines then how can I install Microsoft malware in once by azure portal and azure powershell.

Thanks

Regards

azure-security-center
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

vipulsparsh-MSFT avatar image
0 Votes"
vipulsparsh-MSFT answered

@27882454 Thanks for reaching out.

Server 2019 has Microsoft Defender inbuilt and is by default enabled in Server 2019. If you do not see the status from server normally, you can try this to add the GUI to your server.

You can user powershell to verify if the Defender is running : Get-Service -Name windefend
99055-image.png

To get updated antimalware security intelligence, you must have the Windows Update service running. If you use an update management service, like Windows Server Update Services (WSUS), make sure that updates for Microsoft Defender Antivirus Security intelligence are approved for the computers you manage. You can use the following for the update process :
99064-image.png

On the server, you can check the events under Applications and Services Logs, then Microsoft, then Windows, then Windows Defender. Once updated, you can find these events which tells you about the updated security engines.
99134-image.png
99114-image.png

For multiple servers : You can use PowerShell cmdlets : https://docs.microsoft.com/en-us/azure/security/fundamentals/antimalware#enable-and-configure-antimalware-using-powershell-cmdlets-for-azure-resource-manager-vms



If the suggested response helped you resolve your issue, please do not forget to accept the response as Answer and "Up-Vote" for the answer that helped you for benefit of the community




image.png (7.1 KiB)
image.png (64.8 KiB)
image.png (13.4 KiB)
image.png (59.3 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.