I'd like to grab from multiple machines CPU/GPU Temperature
So basically i`d like an output like this
COMPUTER NAME CPU TEMPERATURE GPU TEMPERATURE
COMPUTER001 80 Degrees 70 Degrees
then a list of every computer in a table or even better in a grid output format.
I have tested this code on my own machine here at home and it comes up with the following.....
Get-WmiObject : Not supported
At line:1 char:2
+ Get-WmiObject MSAcpi_ThermalZoneTemperature -Namespace "root/wmi"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Get-WmiObject], ManagementException
+ FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.Commands.GetWmiObjectCommand
So this doesn't actually work for some reason, BUT if I do it on a machine at work it works? very confused.