Users Guide
Table Of Contents
- Dell Command | Monitor 10.5 版 使用者指南
- 目錄
- Dell Command | Monitor 10.5 簡介
- Windows SMM 安全性風險降低表格 (WSMT) 相容性
- Dell Command | Monitor 10.5 適用的標準及通訊協定
- 使用 Dell Command | Monitor 10.5 的使用案例
- 使用 Dell Command | Monitor 10.5
- 使用 Dell Command | Monitor 10.5 在本機管理 Dell 用戶端系統
- 使用 Dell Command | Monitor 10.5 遠端管理 Dell 用戶端系統
- Dell Command | Monitor 10.5 常見問題集
- 使用 Dell Command | Monitor 10.5 的故障診斷步驟
- 其他您可能需要的文件
- 與 Dell 公司聯絡
● 若要依需求提取保固資訊,請在 PowerShell 提示字元內執行下列命令:
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 =「下一個開機組態設定:開機清單類型 1」
您可以使用下列屬性判斷 DCIM_BootConfigSetting 是否代表 UEFI:
● InstanceID = 「DCIM:BootConfigSetting:Next:2」
● ElementName =「下一個開機組態設定:開機清單類型 2」
DCIM_BootSourceSetting
此類別代表開機裝置或來源。ElementName、BIOSBootString 和 StructuredBootString 屬性包含可識別開機裝置的字串。例
如:軟碟、硬碟機、CD/DVD、網路、個人電腦記憶卡國際協會 (PCMCIA)、電動車 (BEV) 或 USB。根據裝置的開機清單類型,
DCIM_BootSourceSetting 的例項會與 DCIM_BootConfigSetting 的一個例項建立關聯。
DCIM_OrderedComponent
DCIM_OrderedComponent 關聯類別用於將 DCIM_BootConfigSetting 的例項,與 DCIM_BootSourceSetting 的例項相關聯,後
者代表開機裝置所屬的其中一種開機清單類型 (舊版或 UEFI)。DCIM_OrderedComponent 的 GroupComponent 屬性指的是
DCIM_BootConfigSetting 例項,而 PartComponent 屬性指的是 DCIM_BootSourceSetting 例項。
DCIM_智慧屬性
若要讀取智慧屬性值,請執行下列命令:
例如:
● Get-CimInstance -Namespace root\dcim\sysman DCIM_SmartAttributeInfo | Format-Table
● Get-CimInstance -Namespace root\dcim\sysman DCIM_SmartAttributeInfo -Filter "AttributeID like '< 屬性 ID 值 >'
若要設定自訂閾值,請執行下列命令:
例如:
● Get-CimInstance -Namespace root\dcim\sysman DCIM_SmartAttributeInfo -Filter "AttributeID like '<屬性 ID 值>'" | Invoke-
CimMethod -MethodName "SetCustomThreshold" -Arguments @{CustomThresholdValue="<要設定的自訂閾值>"}
DCIM_ThermalInformation
DCIM_ThermalInformation 管理散熱組態設定,例如散熱模式、AAC 模式和風扇故障模式。
使用 Dell Command | Monitor 10.5 15