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)
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.