Does anyone see this as result? Cause I cannot.
Code:
Break On
$strComputer = "."
$objWMIService = GetObject("winmgmts:\\" + $strComputer + "\root\cimv2")
$colItems = $objWMIService.ExecQuery("Select * from Win32_TemperatureProbe",,48)
For Each $objItem In $colItems
"Accuracy: " + $objItem.Accuracy ?
"Availability: " + $objItem.Availability ?
"Caption: " + $objItem.Caption ?
"ConfigManagerErrorCode: " + $objItem.ConfigManagerErrorCode ?
"ConfigManagerUserConfig: " + $objItem.ConfigManagerUserConfig ?
"CreationClassName: " + $objItem.CreationClassName ?
"CurrentReading: " + $objItem.CurrentReading ?
"Description: " + $objItem.Description ?
"DeviceID: " + $objItem.DeviceID ?
"ErrorCleared: " + $objItem.ErrorCleared ?
"ErrorDescription: " + $objItem.ErrorDescription ?
"InstallDate: " + $objItem.InstallDate ?
"IsLinear: " + $objItem.IsLinear ?
"LastErrorCode: " + $objItem.LastErrorCode ?
"LowerThresholdCritical: " + $objItem.LowerThresholdCritical ?
"LowerThresholdFatal: " + $objItem.LowerThresholdFatal ?
"LowerThresholdNonCritical: " + $objItem.LowerThresholdNonCritical ?
"MaxReadable: " + $objItem.MaxReadable ?
"MinReadable: " + $objItem.MinReadable ?
"Name: " + $objItem.Name ?
"NominalReading: " + $objItem.NominalReading ?
"NormalMax: " + $objItem.NormalMax ?
"NormalMin: " + $objItem.NormalMin ?
"PNPDeviceID: " + $objItem.PNPDeviceID ?
"PowerManagementCapabilities: " + $objItem.PowerManagementCapabilities ?
"PowerManagementSupported: " + $objItem.PowerManagementSupported ?
"Resolution: " + $objItem.Resolution ?
"Status: " + $objItem.Status ?
"StatusInfo: " + $objItem.StatusInfo ?
"SystemCreationClassName: " + $objItem.SystemCreationClassName ?
"SystemName: " + $objItem.SystemName ?
"Tolerance: " + $objItem.Tolerance ?
"UpperThresholdCritical: " + $objItem.UpperThresholdCritical ?
"UpperThresholdFatal: " + $objItem.UpperThresholdFatal ?
"UpperThresholdNonCritical: " + $objItem.UpperThresholdNonCritical ?
?
Next
? 'Press Any Key to close the window'
Get $
BTW Jooel, nice detail the get$.
_________________________
Life is fine.