Hi,
We're looking to create a trigger that sends an alert when the temperature of a Windows workstation hits a certain threshold. Our network devices show up with the built in hardware sensor for temperature but our Windows workstations do not. We can read the temperature through WMI, is there a way to run this query as a trigger condition?
powershell - get-wmiobject MSAcpi_ThermalZoneTemperature -namespace "root/wmi" | Select-Object CurrentTemperature
Thank you! KJ