「PowerShell」コンピューターのプロセッサー情報を取得する方法

環境
Windows 10 Home 64bit

構文
Get-WmiObject Win32_Processor
PowerShellを使用してPCのプロセッサー情報を取得するには「Get-WmiObject Win32_Processor」コマンドを使用します。

操作方法

PS C:\WINDOWS\system32> Get-WmiObject Win32_Processor


Caption           : Intel64 Family 6 Model 60 Stepping 3
DeviceID          : CPU0
Manufacturer      : GenuineIntel
MaxClockSpeed     : 2400
Name              : Intel(R) Core(TM) i3-4000M CPU @ 2.40GHz
SocketDesignation : Socket PGA946B

 

PowerShell

Posted by arkgame