Get-CimInstance MSAcpi_ThermalZoneTemperature -Namespace "root/wmi" | Select CurrentTemperatur
This command will provide the Windows laptop's CPU temperature output.
If the resulting display appears as follows:
Get-CimInstance : Not supported
At line:1 char:1
+ Get-CimInstance MSAcpi_ThermalZoneTemperature -Namespace "root/wmi" | ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotImplemented: (root/wmi:MSAcpi_ThermalZoneTemperature:String) [Get-CimInstance], CimEx
ception
+ FullyQualifiedErrorId : HRESULT 0x8004100c,Microsoft.Management.Infrastructure.CimCmdlets.GetCimInstanceCommand