Users Guide

Table Of Contents
若要詢裝置的散熱資訊,請執行下列命令:
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
: 請確定 OMI 伺服器已動且執行中
16 使用 Dell Command | Monitor 10.5