Windows Powershellによるファンデバイスの情報を取得する方法を紹介
ファンデバイスの情報を取得(名前、ステータス)。全てのプロパティについて取得したい場合は、Format-List * で可能。
サンプルソース
(入力)
Get-WmiObject Win32_Fan | Format-List Name,ActiveCooling,Status
(出力)
Name : 冷却装置
ActiveCooling : True
Status : OK