Originally posted by fatih
View Post
Announcement
Collapse
No announcement yet.
Script for Detecting endpoint Temperature
Collapse
X
-
I was told it would be ready on Monday...a month ago. I'm ready to abandon this system. It works nice, but support is a ghost town.
- 2 likes
Comment
-
Well this is my script. It is basically a wmi query wrapped in powershell, wrapped in python. The code was something I found from here: powershell - Get CPU temperature in CMD/POWER Shell - Stack Overflow
The powershell script is encoded in base64 since it is digitally signed but python would mess up the signature if it would be there in plain text. However you can use the following website if you want to decode the script and check it out yourself: Base64 Decode and Encode - Online
The script needs to be run with an administrative account since it queries wmi.
The output of the script is as follows:58,05 C : 136,49 F : 331.2K Attached FilesLast edited by Weatherlights; 12-21-2020, 10:00 PM.
- 1 like
Comment
-
Try to runCode:wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature
- 2 likes
Comment
Comment