We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dell desktop report:
PS > Get-CimInstance -Namespace root\CIMV2 Win32_TemperatureProbe CurrentReading : Name : Numeric Sensor Description : CPU Thermal Probe MinReadable : 0 MaxReadable : 0 Status : OK CurrentReading : Name : Numeric Sensor Description : PCH Thermal MinReadable : 0 MaxReadable : 0 Status : OK CurrentReading : Name : Numeric Sensor Description : VR MinReadable : 0 MaxReadable : 0 Status : OK CurrentReading : Name : Numeric Sensor Description : Ambient MinReadable : 0 MaxReadable : 0 Status : OK
There's also a MSAcpi_ThermalZoneTemperature class, but my Dell desktop doesn't seem to support it.
MSAcpi_ThermalZoneTemperature
SMART diagnostics:
PS > Get-Disk | Get-StorageReliabilityCounter | Select-Object -Property "*" ObjectId : {1}\\GG3KH7T3E\root/Microsoft/Windows/Storage/Providers_v2\SPACES_StorageReliabilityCounter.ObjectId="{06ab9428-61ed-11ed-adad-806e6f6e6963}:RC:\\?\scsi#disk&ven_ata& prod_samsung_ssd_860#4&23b6a252&0&030400#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" PassThroughClass : PassThroughIds : PassThroughNamespace : PassThroughServer : UniqueId : {06ab9428-61ed-11ed-adad-806e6f6e6963}:RC:\\?\scsi#disk&ven_ata&prod_samsung_ssd_860#4&23b6a252&0&030400#{53f56307-b6bf-11d0-94f2-00a0c91efb8b} DeviceId : 1 FlushLatencyMax : 38 LoadUnloadCycleCount : LoadUnloadCycleCountMax : ManufactureDate : PowerOnHours : ReadErrorsCorrected : ReadErrorsTotal : ReadErrorsUncorrected : ReadLatencyMax : 498 StartStopCycleCount : StartStopCycleCountMax : Temperature : 0 TemperatureMax : 0 Wear : 0 WriteErrorsCorrected : WriteErrorsTotal : WriteErrorsUncorrected : WriteLatencyMax : 394 PSComputerName : CimClass : ROOT/Microsoft/Windows/Storage:MSFT_StorageReliabilityCounter CimInstanceProperties : {ObjectId, PassThroughClass, PassThroughIds, PassThroughNamespace...} CimSystemProperties : Microsoft.Management.Infrastructure.CimSystemProperties ObjectId : {1}\\GG3KH7T3E\root/Microsoft/Windows/Storage/Providers_v2\SPACES_StorageReliabilityCounter.ObjectId="{06ab9428-61ed-11ed-adad-806e6f6e6963}:RC:\\?\usbstor#disk&ven_v erbatim&prod_store_n_go&rev_8.01#21102853540199&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" PassThroughClass : PassThroughIds : PassThroughNamespace : PassThroughServer : UniqueId : {06ab9428-61ed-11ed-adad-806e6f6e6963}:RC:\\?\usbstor#disk&ven_verbatim&prod_store_n_go&rev_8.01#21102853540199&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b} DeviceId : 2 FlushLatencyMax : LoadUnloadCycleCount : LoadUnloadCycleCountMax : ManufactureDate : PowerOnHours : ReadErrorsCorrected : ReadErrorsTotal : ReadErrorsUncorrected : ReadLatencyMax : 10 StartStopCycleCount : StartStopCycleCountMax : Temperature : 0 TemperatureMax : 0 Wear : 0 WriteErrorsCorrected : WriteErrorsTotal : WriteErrorsUncorrected : WriteLatencyMax : 2 PSComputerName : CimClass : ROOT/Microsoft/Windows/Storage:MSFT_StorageReliabilityCounter CimInstanceProperties : {ObjectId, PassThroughClass, PassThroughIds, PassThroughNamespace...} CimSystemProperties : Microsoft.Management.Infrastructure.CimSystemProperties ObjectId : {1}\\GG3KH7T3E\root/Microsoft/Windows/Storage/Providers_v2\SPACES_StorageReliabilityCounter.ObjectId="{06ab9428-61ed-11ed-adad-806e6f6e6963}:RC:\\?\scsi#disk&ven_nvme &prod_kioxia-exceria_p#4&23b6a252&0&020000#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" PassThroughClass : PassThroughIds : PassThroughNamespace : PassThroughServer : UniqueId : {06ab9428-61ed-11ed-adad-806e6f6e6963}:RC:\\?\scsi#disk&ven_nvme&prod_kioxia-exceria_p#4&23b6a252&0&020000#{53f56307-b6bf-11d0-94f2-00a0c91efb8b} DeviceId : 0 FlushLatencyMax : 114 LoadUnloadCycleCount : LoadUnloadCycleCountMax : ManufactureDate : PowerOnHours : ReadErrorsCorrected : ReadErrorsTotal : ReadErrorsUncorrected : ReadLatencyMax : 292 StartStopCycleCount : StartStopCycleCountMax : Temperature : 60 TemperatureMax : 0 Wear : 0 WriteErrorsCorrected : WriteErrorsTotal : WriteErrorsUncorrected : WriteLatencyMax : 417 PSComputerName : CimClass : ROOT/Microsoft/Windows/Storage:MSFT_StorageReliabilityCounter CimInstanceProperties : {ObjectId, PassThroughClass, PassThroughIds, PassThroughNamespace...} CimSystemProperties : Microsoft.Management.Infrastructure.CimSystemProperties
The following command returns an empty output Get-WmiObject -Class Win32_PerfFormattedData_Counters_ThermalZoneInformation
Get-WmiObject -Class Win32_PerfFormattedData_Counters_ThermalZoneInformation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dell desktop report:
There's also a
MSAcpi_ThermalZoneTemperature
class, but my Dell desktop doesn't seem to support it.SMART diagnostics:
The following command returns an empty output
Get-WmiObject -Class Win32_PerfFormattedData_Counters_ThermalZoneInformation
The text was updated successfully, but these errors were encountered: