深圳市联合兴邦服务台
深圳市联合兴邦服务台 深圳市联合兴邦服务台 问答库
信息安全
问答库文章建议:

问答库 信息安全

当前分类下的文章:

通过PowerShell查询并排除SQL相关进程

# 以管理员身份运行以下脚本   # 查询所有含"sql"的进程 $sqlProcesses = Get-Process | Where-Object { $_.Path -match "sql" } | Select-Object -ExpandProperty Path -Unique   # 添加到Defender排除列表 foreach ($process in $sqlProcesses...

通过PowerShell查询并排除Exchange相关进程

# 以管理员身份运行以下脚本 # 查询所有含"exchange"的进程$exchProcesses = Get-Process | Where-Object { $_.Path -match "exchange" } | Select-Object -ExpandProperty Path -Unique # 添加到Defender排除列表foreach ($process in $exchPro...

Powered by Help Desk Software HESK
More IT firepower? Try SysAid