Users Guide
Table Of Contents
- Dell Command | Monitor 版本 10.4 用户指南
- Dell Command | Monitor 10.4 简介
- Windows SMM 安全气候变化表 (WSMT) 合规性
- 适用于 Dell Command | Monitor 10.4 的标准和协议
- 使用 Dell Command | Monitor 10.4 的使用案例场景
- 使用 Dell Command | Monitor 10.4
- 使用 Dell Command | Monitor 10.4 本地管理 Dell 客户端系统
- 使用 Dell Command | Monitor 10.4 远程管理 Dell 客户端系统
- 有关 Dell Command | Monitor 10.4 的常见问题
- 使用 Dell Command | Monitor 10.4 的故障处理步骤
- 您可能需要的其他说明文件
- 联系戴尔
● 要按 WarrantyEndDate 的时间顺序列出保修权利,请运行以下命令:
Get-CimInstance -Namespace root/dcim/sysman -ClassName DCIM_AssetWarrantyInformation |
Sort-Object -Property WarrantyEndDate | Select Name, WarrantyEndDate, WarrantyStartDate
● 要禁用保修功能和后续刷新调用,请运行以下命令:
Get-CimInstance -Namespace root/DCIM/SYSMAN -ClassName DCIM_AssetWarrantyInformation|
Where-Object{$_.InstanceID -eq "Root/MainSystemChassis/COOObject/COOWarranty:0"} | Invoke-
CimMethod -MethodName DisableWarranty
● 要按需推送保修信息,请运行以下命令:
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 并选择默认系统代理(在 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
此类代表引导设备或源。ElementName、BIOSBootString 和 StructuredBootString 属性包含标识引导设备的字符串。例如,
floppy、hard disk、CD/DVD、network、Personal 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 >'
要设置自定义阈值,请运行以下命令:
例如:
使用 Dell Command | Monitor 10.4 15