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