Windows PowershellサポートTOPへ

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"



  

戻る




Copyright (C) Windows Powershellサポート by wannko All Rights Reserved.
お問合せ先 ⇒ nachiko★wannko.net(★を@に変更して下さい。)