Users Guide

Table Of Contents
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 >'
カスタム閾値設定するには、のコマンドをします。
:
Get-CimInstance -Namespace root\dcim\sysman DCIM_SmartAttributeInfo -Filter "AttributeID like '<Attribute ID Value>'" | Invoke-
CimMethod -MethodName "SetCustomThreshold" -Arguments @{CustomThresholdValue="<custom threshold value to be set>"}
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 設定する
メモ: Dell Command | Monitor for Linux では、SetBIOSAttributes メソッドのみがサポートされています。
ChangeBootOrder - 起動設定する
RequestStateChange - システムをシャットダウンおよび再起動する
ManageTime - システム時刻表示する
Dell Command | Monitor for Windows では、winrmVB スクリプト、PowerShell コマンド、wmicWMI wbemtest 使用してこれら
のメソッドをできます。
PowerShell コマンドを使用して Windows しているシステムでの
BIOS 設定
BIOS は、SetBIOSAttributes メソッドで設定することができます。以下では、Trusted Platform ModuleTPMにす
るタスクの手順します。
メモ: 手順して TPM にするに、BIOS TPM オプションがクリアされていることを確認してください。
メモ: システム管理者 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 セキュリティをにします。
16 Dell Command | Monitor 10.5 使用方法