How would you disable the anti malware filtering and ensure that engine updates from microsoft are downloaded and updated.

How would you disable the anti malware filtering and ensure that engine updates from microsoft are
downloaded and updated.

How would you disable the anti malware filtering and ensure that engine updates from microsoft are
downloaded and updated.

A.
Disable-Antimalwareagent.ps1

B.
Set-malwarefilteringserver

C.
Disable-Antimalwarescanning.ps1 (probable option)

D.
Update-MalwareFilteringServer.ps1 (guessed option)



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Senan Kazimov

Senan Kazimov

Set-MalwareFilteringServer -BypassFiltering $true
Bypassing malware filtering should only be done when troubleshooting a problem. When malware filtering is bypassed, the Exchange malware agent remains hooked, and engine updates are kept up-to-date.