查看 Microsoft Exchange 服务器的保护状态
已为其指定以下一个角色的用户可以在 Windows PowerShell 中查看 Microsoft Exchange 服务器的保护状态:
为查看 Microsoft Exchange 服务器的保护状态:
- 运行 Windows PowerShell (以管理员身份运行)并 连接 Kse.Powershell 库。
- 运行命令:
Get-KSEServerStatus -ServerFqdn <服务器名称>
其中<服务器名称> 为受保护的 Microsoft Exchange 服务器的名称。建议您以 FQDN 格式或 IP 地址指定服务器的完整地址。
Windows PowerShell 显示以下详细信息:
- ServerFqdn – 受保护的 Microsoft Exchange 服务器名称。
- LicenseStatus – Security Server 密钥状态:
- Valid – 当前授权许可。反病毒和反垃圾邮件的功能无限制。
- Expired — 授权许可已过期。反病毒和反垃圾邮件数据库的更新被阻止,无法使用卡巴斯基安全网络。
- NoLicenseKey – 无可用密钥。反病毒和反垃圾邮件模块的功能不可用,反病毒和反垃圾邮件数据库的更新被阻止。
- InconsistentUpdate – 应用程序数据库已损坏或不可用。
- BlackListed – 密钥已被阻止。只有反病毒和反垃圾邮件数据库的更新可用。反病毒和反垃圾邮件模块的功能不可用。
- LicenseExpirationDate 是 Security Server 的授权许可到期日期(如果没有为 Security Server 指定密钥,则 DateTime.MinValue 显示为 1/1/0001 12:00:00 AM)。
- TransportAntivirusStatus – 集线器传输角色的反病毒模块状态:
- Running — 模块已启用。
- WorksWithErrors – 模块运行错误。
- TurnedOff — 模块已禁用。
- NotInstalled — 模块未安装。
- ImpossibleToInstall – 无法在此 Microsoft Exchange 服务器配置中安装模块。
- MailboxAntivirusStatus – 邮箱角色反病毒状态(Running, WorksWithErrors, TurnedOff, NotInstalled, ImpossibleToInstall)。设置值与 TransportAntivirusStatus 相同。
- AntispamStatus – 反垃圾邮件状态(Running, WorksWithErrors, TurnedOff, NotInstalled, ImpossibleToInstall)。设置值与 TransportAntivirusStatus 相同。
- AttachmentFilteringStatus – 附件和内容过滤模块的状态(Running、WorksWithErrors、TurnedOff、NotInstalled、ImpossibleToInstall)。设置值与 TransportAntivirusStatus 相同。
- SqlServerStatus – SQL Server 连接状态:
- Running – SQL Server 可用。
- TurnedOff – SQL Server 不可用。
- WorksWithErrors – SQL Server 运行错误。
- AntivirusBasesCumulativeStatus – 反病毒数据库状态:
- UpToDate — 反病毒数据库为最新版本。
- Outdated — 反病毒数据库已过期。
- Error — 反病毒数据库更新过程中出错。
- NotAvailable — 反病毒数据库不可用。
- AntivirusBasesIssueDateUtc – 当前使用版本的反病毒数据库发布日期和时间(UTC)。
- AntispamBasesCumulativeStatus — 反垃圾邮件数据库 (最新的,已过期,错误,不可用)。设置值与 AntivirusBasesCumulativeStatus 相同。
- AntispamBasesIssueDateUtc – 当前使用版本的反垃圾邮件数据库发布日期和时间(UTC)。
如果 Kaspersky Security for Microsoft Exchange Servers (KSCM8) 服务尚未运行,Get-KSEServerStatus 命令返回 System.ServiceModel.EndpointNotFoundException。
页面顶部