Users Guide

Table Of Contents
DCIM_ThermalInformation
DCIM_ThermalInformation 管理散熱組態設定,例如散熱模式AAC 模式風扇故障模式
若要詢裝置的散熱資訊,請執行下列命令:
Get-CimInstance -Namespace root/DCIM/SYSMAN -ClassName DCIM_ThermalInformation
若要設定散熱模式的,請執行下列命令:
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_ThermalInformation |Where-
Object {$_.AttributeName -eq "Thermal Mode"} | Invoke-CimMethod -MethodName
ChangeThermalMode -Arguments @{AttributeName=@("Thermal Mode");AttributeValue=@("2")}
變更系統設定
Dell Command | Monitor,使用下列方法可變更系統設定以及本機或遠端系統上的狀態:
SetBIOSAttributes變更 BIOS 設定
: Linux 適用的 Dell Command | Monitor 目前僅支援 SetBIOSAttributes 方法。
ChangeBootOrder變更開機組態
RequestStateChange關閉及重新動系統
ManageTime顯示系統時間
Windows 適用的 Dell Command | Monitor可以使用 winrmVB 指令碼、PowerShell 命令、wmic WMI wbemtest 來執行這些
方法。
使用 PowerShell 命令在執行 Windows 的系統設定 BIOS 屬性
可以使用 SetBIOSAttributes 方法來設定 BIOS 屬性。此程序接下來會以用信賴平台模組 (TPM) 工作例子說明。
: 按照下列程序 TPM 之前,請確定 TPM 選項已在 BIOS 除。
: 使用具有管理員權限的 Powershell
若要 TPM
1. 設定系統的 BIOS 密碼。若未設定,使用下列的 PowerShell 命令:
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_BIOSService | Invoke-CimMethod -
MethodName SetBIOSAttributes -Arguments
@{AttributeName=@("AdminPwd");AttributeValue=@("<Admin password>")}
2. 使用下列命令 TPM 安全性:
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_BIOSService | Invoke-CimMethod -
MethodName SetBIOSAttributes -Arguments @{AttributeName=@("Trusted Platform Module
");AttributeValue=@("1");AuthorizationToken="<Admin password>"}
3. 重新動系統。
4. 使用下列命令 TPM
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_BIOSService | Invoke-CimMethod -
MethodName SetBIOSAttributes -Arguments @{AttributeName=@(" Trusted Platform Module
Activation");AttributeValue=@("2");AuthorizationToken="<Admin password>"}
5. 重新動系統。
在執行 Linux 的系統設定 BIOS 屬性
可以使用下列任一方法設定 BIOS 屬性:
使用 OMICLI
使用 WinRM
使用 WSMan
16 使用 Dell Command | Monitor 10.3