Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Disable & skip Exchange anti-malware scanning

2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Use the command line hypervisor to disable malware filtering on a specific Exchange server:

To disable malware filtering, run the following command:

& $env:ExchangeInstallPath\ Scripts\ Disable-Antimalwarescanning.ps1

To re-enable malware filtering, use Enable-Antimalwarescanning.ps1

To verify that malware filtering is disabled, run the following command and confirm that it returns the value False:

Get-TransportAgent "Malware Agent"

Use the command line hypervisor to temporarily bypass malware filtering on a specific Exchange server:

To temporarily bypass malware filtering, run the following command:

Set-MalwareFilteringServer-BypassFiltering $true

To restore malware filtering, run the following command:

Set-MalwareFilteringServer-BypassFiltering $false

To verify that malware filtering is bypassed, run the following command and confirm that it returns the value True:

Get-MalwareFilteringServer | Format-List BypassFiltering

For AntiSpamAgent, you can uninstall the agent by running the following command

Uninstall-TransportAgent-Identity "Content Filter Agent" Uninstall-TransportAgent-Identity "Sender Id Agent" Uninstall-TransportAgent-Identity "Sender Filter Agent" Uninstall-TransportAgent-Identity "Protocol Analysis Agent"

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report