I'm working in MSP (managed service provider) business.
I've been trying to find a way, to write a script, that does regular CPU temperature checks remotely.
With Intel CPU-s, it's quite easy to extract the CPU temperature information by a script (either get it from WMI or OpenHardwareMonitor).
However, these options don't seem to work with AMD processors.
Has anyone found a way to get AMD CPU temperature by a Powershell script?
I think it should be possible - there is software like AMD overdrive, that gets the information from somewhere (OverDrive™ Technology to Overclock CPU and Fan Control | AMD).
The problem is getting it by an automatically executed script.