Windows Powershellによるメモリデバイスの情報を取得する方法を紹介
メモリデバイスの情報を取得(デバイスID、エンドアドレス、エラーアドレス)。全てのプロパティについて取得したい場合は、Format-List * で可能。
サンプルソース
(入力)
Get-WmiObject Win32_MemoryDevice | Format-List DeviceID,EndingAddress,ErrorAddress
(出力)
DeviceID : Memory Device 0
EndingAddress : 4194303
ErrorAddress : 1291866880