Search found 5 matches
- Mon Nov 09, 2020 9:00 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: ODBC Query with right value, but false alert value
- Replies: 2
- Views: 7037
- Mon Nov 09, 2020 4:05 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: ODBC Query with right value, but false alert value
- Replies: 2
- Views: 7037
ODBC Query with right value, but false alert value
As you can see in the screenshot, the test return value =6 and the alert value is > 100.
Nevertheless it always turns Status=Bad

Did I miss something?
Nevertheless it always turns Status=Bad

Did I miss something?
- Mon Sep 28, 2020 8:53 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: WMI Explorer: Provider Load Failure
- Replies: 5
- Views: 10989
- Mon Sep 28, 2020 7:49 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: WMI Explorer: Provider Load Failure
- Replies: 5
- Views: 10989
- Mon Sep 28, 2020 7:22 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: WMI Explorer: Provider Load Failure
- Replies: 5
- Views: 10989
WMI Explorer: Provider Load Failure
With this query select from MSFT_NetConnectionProfile on Root\StandardCimv2 I get the error: Provider Load Failure the same error when I execute it as a shellscript. But it works when I try it on powershell like this: Get-WmiObject MSFT_NetConnectionProfile -Namespace root/StandardCimv2 | Select -Ex...