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
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?
The text was updated successfully, but these errors were encountered:
ah it's only in root/wmi namespace whoops
Sorry, something went wrong.
No branches or pull requests
On a baremetal PC, windows 10:
Attempt to use wbemtest to lookup the class MSAcpi_ThermalZoneTemperature yields 'no results' and 'invalid class name'
Seems this class doesn't exist anymore?
The text was updated successfully, but these errors were encountered: