Users Guide

Table Of Contents
Dell OpenManage Essentials
Dell Client Management Pack for System Center Operation Manager
我是否可将类导入 SCCM 以用于资源清册?
是,各个 MOF OMCI_SMS_DEF.mof 文件可在 SCCM 控制台中导入以用于资源清册。
SCCM OMCI_SMS_DEF.mof 文件位于何处?
OMCI_SMS_DEF.mof 文件的位置是:C:\Program Files\Dell\Command_Monitor\ssa\omacim\OMCI_SMS_DEF.mof
如何为 DCM 10.2.1 配置代理?
DCM 10.2.1 无法获取保修信息。
使用 DCIM_ApplicationProxySetting 类检查应用程序代理设置是否已正确配置。
我如何为 Dell Command | Monitor 配置代理凭据。
如果您通过 Dell Command | Monitor 登录,则可以使用相同的凭据进行代理身份验证。
Dell Command | Monitor 未显示保修信息。
轮询期间客户端系统未连接到互联网。
通过运行以下命令,连接互联网并推送保修信息:Get-CimInstance -Namespace root/DCIM/SYSMAN -ClassName
DCIM_AssetWarrantyInformation| Where-Object{$_.InstanceID -eq "Root/MainSystemChassis/
COOObject/COOWarranty:0"} | Invoke-CimMethod -MethodName RefreshWarranty
客户端系统未配置代理服务器。
通过运行以下命令,在 Dell Command | Monitor 中配置代理设置:
要从 WMI 获取代理,请运行以下命令:Get-CimInstance -Namespace root\dcim\sysman -ClassName
DCIM_ApplicationProxySetting
要从 WMI 设置代理,请运行以下命令:Get-CimInstance -Namespace root\dcim\sysman -ClassName
DCIM_ApplicationProxySetting | Invoke-CimMethod -MethodName Change ProxySetting -
Arguments @{NewAddress="10.0.0.223"; NewPort="8080"}
您必须根据代理环境替换 NewAddress NewPort(如果适用)。
26 有关 Dell Command | Monitor 10.5 的常见问题