Users Guide
DCIM_AssetWarrantyInformation
• エンドポイント デバイスの保証ステータスを照会するには、次のコマンドを実行します。
Get-CimInstance -Namespace root/DCIM/SYSMAN -ClassName DCIM_AssetWarrantyInformation
• 「WarrantyEndDate」の古いものから保証資格を一覧表示するには、次のコマンドを実行します。
Get-CimInstance -Namespace root/dcim/sysman -ClassName DCIM_AssetWarrantyInformation |
Sort-Object -Property WarrantyEndDate | Select Name, WarrantyEndDate, WarrantyStartDate
メモ: プロキシ設定のセットアップ オプション:
• デフォルト プロキシ - Dell Command | Monitor はデフォルトのシステム プロキシを選択します(IE で設定)
• カスタム プロキシ
Dell Command | Monitor のプロキシ設定を変更するには、プロキシ環境ごとに、DCIM_ApplicationProxySetting クラス
を使用します。
DCIM_BootConfigSetting
DCIM_BootConfigSetting のインスタンスは、起動プロセス中に使用される起動設定を表します。例えば、クライアントシステム
では、起動設定にレガシーと UEFI の 2 タイプがあるため、DCIM_BootConfigSetting には表現するインスタンスが最大 2 つ(レ
ガシーと UEFI それぞれに一個ずつ)あります。
DCIM_BootConfigSetting がレガシーを表しているかどうかは、次のプロパティを使って判別できます。
• InstanceID = "DCIM:BootConfigSetting:Next:1"
• ElementName = "Next Boot Configuration Setting : Boot List Type 1"
DCIM_BootConfigSetting が UEFI を表しているかどうかは、次のプロパティを使って判別できます。
• InstanceID = "DCIM:BootConfigSetting:Next:2"
• ElementName = "Next Boot Configuration Setting : Boot List Type 2"
DCIM_BootSourceSetting
このクラスは、起動デバイスまたはソースを表します。ElementName、BIOSBootString および StructuredBootString プロパテ
ィには、起動デバイスを特定する文字列(例えば、floppy、hard disk、network、Personal Computer Memory Card International Association
(PCMCIA)
、Battery Electric Vehicle (BEV)、USB など)が含まれます。そのデバイスの起動リストタイプに基づいて、1 つの
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 >'
カスタム閾値を設定するには、次のコマンドを実行します。
たとえば、次のとおりです。
• 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>"}
Dell Command | Monitor 10.2.1 の使用方法 15