What steps can be taken when the CPU temperature is not visible in system metrics?

What steps can be taken when the CPU temperature is not visible in system metrics?

Execute the command:
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

Steps to resolve the issue:
1. Check Bios settings
2. Update Drivers - Ensure that all the drivers, including chipset drivers and any other hardware-related drivers, are up to date.

    • Related Articles

    • Cloudmon Pilot system requirements

      The following describes the system requirements typically required for Cloudmon pilots to be done in the self-hosted model. Cloudmon Controller installation without Network Traffic flow Monitoring  Category Requirement CPU 4 cores (6 cores ...
    • Cloudmon agent system requirement

      The system requirements for deploying Cloudmon Agents in the self-hosted option have been given below, considering a variety of deployment scenarios. These requirements are designed to help organizations select appropriate configurations for their ...
    • Cloudmon Controller System Requirements

      The following information outlines the system requirements for the self-hosted option, enabling IT teams to install Cloudmon in their environment. These system requirements have been determined keeping various deployment scenarios in mind to help ...
    • How can I identify the specific process that is causing high CPU and memory utilization?

      To identify the specific process causing high CPU and memory utilization, follow these steps: Navigate to Devices > All Devices. Select the particular device you are interested in. Go to the system metrics section. Look for a point on the graph where ...
    • What steps can be taken to debug if the agent installed on a machine is not discovered in the Cloudmon portal?

      1. First, check the agent log for a reason. On Windows, the log path for the agent is: C:\Program Files (x86)\Cloudmon\logs. On Linux, the log path for the agent is: /var/log/cloudmon/agent/agent.log. 2. Verify if the CC_URL is in the following ...