Users Guide
Table Of Contents
- Dell Command | Monitor 10.3 版 使用者指南
- Dell Command | Monitor 10.3 簡介
- Windows SMM 安全性風險降低表格 (WSMT) 相容性
- Dell Command | Monitor 10.3 適用的標準及通訊協定
- 使用 Dell Command | Monitor 10.3 的使用案例
- 使用 Dell Command | Monitor 10.3
- 使用 Dell Command | Monitor 10.3 在本機管理 Dell 用戶端系統
- 使用 Dell Command | Monitor 10.3 遠端管理 Dell 用戶端系統
- Dell Command | Monitor 10.3 常見問題集
- 使用 Dell Command | Monitor 10.3 的故障診斷步驟
- 第三方授權
- 其他您可能需要的文件
- 與 Dell 公司聯絡
● 若要依照 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 的例項代表開機組態,在開機程序期間使用。例如,在用戶端系統上,有兩種類型的開機組態 — Legacy
(傳統) 和 UEFI。因此, dcim_bootconfigsetting 有兩個例項的最大值,分別代表 Legacy (傳統) 和 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 例項與代表開機設備所屬之開機清單類型 (傳統或 UEFI) 之
一的 DCIM_BootSourceSetting 例項相關聯。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="<要設定的自訂閾值>"}
使用 Dell Command | Monitor 10.3 15