【发布时间】:2016-01-07 20:08:10
【问题描述】:
您是否知道是否有任何方法可以使用 Powershell 停止正在进行的 Start-MpScan?我看到它可以使用 -InformationAction 来完成,但是例如如果我想检查当前扫描的状态:
Start-MpScan -InformationAction Inquire
或者如果我想停止扫描:
Start-MpScan -InformationAction Stop
他们返回一个错误,表明已经有正在进行的扫描。
来源:https://technet.microsoft.com/es-es/library/dn433288.aspx
【问题讨论】:
标签: windows powershell-2.0 antivirus