如何通过 PowerShell 获取虚拟服务器温度?

How to get Virtual Server Temperature via PowerShell?

我可以在 PowerShell 中使用 Win32_PerfFormattedData_Counters_ThermalZoneInformation(温度)命令获取物理服务器温度。但是,同样的命令在虚拟机中是不可能的。

我能知道如何在虚拟机中获取服务器温度吗?

顾名思义,虚拟服务器 (VM) 是虚拟的,没有物理存在。所以它不能有温度。

只能获取虚拟机所在物理主机的温度。

您需要查询物理主机的温度。