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 的疑難排解步驟
- 其他您可能需要的文件
- 聯絡 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
備註: 設定 Proxy 組態 —
● 預設 proxy — Dell Command | Monitor 選擇預設的系統 proxy(在 IE 中設定)
● 自訂 proxy
DCIM_ApplicationProxySetting 類別用於根據 proxy 環境修改 Dell Command | Monitor 的 proxy 設定。
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_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