Windows PowershellサポートTOPへ

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"



  

戻る




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