HI,
I'm getting this error "0x80041017 Invalid query" on a server that I have enabled a custom wmi performace rule, the query works well when I run it manually on the server, but for some reason is not working with scom. This is the query
Get-WmiObject -Class HP_NumericSensor |Where-Object {$_.Name -eq "Temperature Sensor 1"}|select Name, CurrentReading