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

问答库 信息安全

当前分类下的文章:

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

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

Active Directory 域和信任配置防火墙

Windows 域控制器防火墙;开放端口 ::W32Timenetsh advfirewall firewall add rule name="W32Time-UDP" dir=in action=allow protocol=UDP localport=123 :: DNSnetsh advfirewall firewall add rule name="DNS-TCP" dir=in acti...

通过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