Users Guide

Table Of Contents
: 设置代理配置 -
默认代理 Dell Command | Monitor 并选择默认系统代理 IE 中设置
自定义代理
DCIM_ApplicationProxySetting 类用于根据代理环境修改 Dell Command | Monitor 的代理设置。
DCIM_BootConfigSetting
DCIM_BootConfigSetting 的一个实例代表在引导过程中使用的一种引导配置。例如在客户端系统上存在两类引导配置传统
UEFI。因此DCIM_BootConfigSetting 最多可代表两个实例传统和 UEFI 各一个。
使用以下属性用户可以决定是否 DCIM_BootConfigSetting 代表传统
InstanceID = "DCIM:BootConfigSetting:Next:1"
ElementName = "Next Boot Configuration Setting : Boot List Type 1"
使用以下属性用户可以决定是否 DCIM_BootConfigSetting 代表 UEFI
InstanceID = "DCIM:BootConfigSetting:Next:2"
ElementName = "Next Boot Configuration Setting : Boot List Type 2"
DCIM_BootSourceSetting
此类代表引导设备或源。ElementNameBIOSBootString StructuredBootString 属性包含标识引导设备的字符串。例如
floppyhard diskCD/DVDnetworkPersonal Computer Memory Card International Association (PCMCIA)Battery Electric Vehicle
(BEV) USB。根据设备的引导列表类型DCIM_BootSourceSetting 的一个实例关联 DCIM_BootConfigSetting 的一个实例。
DCIM_OrderedComponent
DCIM_OrderedComponent 关联类用于将 DCIM_BootConfigSetting 实例与代表引导设备所属引导列表类型传统或 UEFI之一
DCIM_BootSourceSetting 实例相关联。DCIM_OrderedComponent GroupComponent 属性引用
DCIM_BootConfigSetting 实例PartComponent 属性引用 DCIM_BootSourceSetting 实例。
DCIM_Smart 属性
要读取 smart 属性值请运行以下命令
例如
Get-CimInstance -Namespace root\dcim\sysman DCIM_SmartAttributeInfo | Format-Table
Get-CimInstance -Namespace root\dcim\sysman DCIM_SmartAttributeInfo -Filter "AttributeID like '< Attribute ID Value >'
要设置自定义阈值请运行以下命令
例如
Get-CimInstance -Namespace root\dcim\sysman DCIM_SmartAttributeInfo -Filter "AttributeID like '<Attribute ID Value>'" | Invoke-
CimMethod -MethodName "SetCustomThreshold" -Arguments @{CustomThresholdValue="<custom threshold value to be set>"}
更改系统设置
Dell Command | Monitor 使用以下方法更改系统设置和本地或远程系统的状态
SetBIOSAttributes 更改 BIOS 设置
: Dell Command | Monitor for Linux 目前仅支持 SetBIOSAttributes 方法。
ChangeBootOrder 更改引导配置
RequestStateChange 关闭和重新启动系统
ManageTime 显示系统时间
Dell Command | Monitor for Windows 您可以使用 winrmVB 脚本、PowerShell 命令、wmic WMI wbemtest 运行上述方
法。
14 使用 Dell Command | Monitor 10.2.1