Windows Powershellによるメモリデバイスとメモリ配列の関連情報を取得する方法を紹介
メモリデバイスとメモリ配列の関連情報を取得(メモリ配列、メモリデバイス)。全てのプロパティについて取得したい場合は、Format-List * で可能。
サンプルソース
(入力)
Get-WmiObject Win32_MemoryDeviceArray | Format-List GroupComponent,PartComponent
(出力)
GroupComponent : \\HOSTNAME\root\cimv2:Win32_MemoryArray.DeviceID="Memory Array 0"
PartComponent : \\HOSTNAME\root\cimv2:Win32_MemoryDevice.DeviceID="Memory Device 0"