温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

禁用&跳过 Exchange 反恶意软件扫描

发布时间:2020-06-26 12:30:06 来源:网络 阅读:461 作者:kangl 栏目:系统运维

使用命令行管理程序在特定 Exchange 服务器上禁用恶意软件筛选:
若要禁用恶意软件筛选,请运行以下命令:
& $env:ExchangeInstallPath\Scripts\Disable-Antimalwarescanning.ps1

若要重新启用恶意软件筛选,请使用 Enable-Antimalwarescanning.ps1
若要验证是否禁用了恶意软件筛选,请运行以下命令并确认它是否返回值 False:
Get-TransportAgent “Malware Agent”

使用命令行管理程序在特定 Exchange 服务器上临时绕过恶意软件筛选:
若要临时绕过恶意软件筛选,请运行以下命令:
Set-MalwareFilteringServer -BypassFiltering $true
若要还原恶意软件筛选,请运行以下命令:
Set-MalwareFilteringServer -BypassFiltering $false
若要验证是否绕过了恶意软件筛选,请运行以下命令并确认它是否返回值 True:
Get-MalwareFilteringServer | Format-List BypassFiltering

对于AntiSpamAgent,可以运行以下命令来卸载代理

Uninstall-TransportAgent -Identity "Content Filter Agent"
Uninstall-TransportAgent -Identity "Sender Id Agent"
Uninstall-TransportAgent -Identity "Sender Filter Agent"
Uninstall-TransportAgent -Identity "Protocol Analysis Agent"
向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI