Skip to content
New issue

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

MSAcpi_ThermalZoneTemperature False Positive #280

Closed
FortiDan opened this issue Jan 28, 2025 · 1 comment
Closed

MSAcpi_ThermalZoneTemperature False Positive #280

FortiDan opened this issue Jan 28, 2025 · 1 comment

Comments

@FortiDan
Copy link

FortiDan commented Jan 28, 2025

On a baremetal PC, windows 10:

PS> get-ciminstance MSAcpi_ThermalZoneTemperature
get-ciminstance : Invalid class
At line:1 char:1
+ get-ciminstance MSAcpi_ThermalZoneTemperature
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : MetadataError: (root\cimv2:MSAcpi_ThermalZoneTemperature:String) [Get-CimInstance], CimE
   xception
    + FullyQualifiedErrorId : HRESULT 0x80041010,Microsoft.Management.Infrastructure.CimCmdlets.GetCimInstanceCommand


PS> get-wmiobject -query "select * from MSAcpi_ThermalZoneTemperature"
get-wmiobject : Invalid query "MSAcpi_ThermalZoneTemperature"
At line:1 char:1
+ get-wmiobject -query MSAcpi_ThermalZoneTemperature
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Get-WmiObject], ManagementException
    + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.Commands.GetWmiObjectCommand

Attempt to use wbemtest to lookup the class MSAcpi_ThermalZoneTemperature yields 'no results' and 'invalid class name'

Seems this class doesn't exist anymore?

@FortiDan
Copy link
Author

FortiDan commented Feb 8, 2025

ah it's only in root/wmi namespace whoops

@FortiDan FortiDan closed this as completed Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant