Questions tagged [wql]

The WMI Query Language (WQL) is a subset of the American National Standards Institute Structured Query Language (ANSI SQL)—with minor semantic changes.

Windows Management Instrumentation Query Language (WQL) is Microsoft's implementation of the CIM Query Language (CQL), a query language for the Common Information Model (CIM) standard from the Distributed Management Task Force (DMTF). It is a subset of the standard ANSI SQL with minor semantic changes. A basic WQL query remains fairly understandable for people with basic SQL knowledge.

WQL is dedicated to WMI and is designed to perform queries against the CIM repository to retrieve information or get event notifications

198 questions
-1
votes
1 answer

How to properly query WMI objects

So I'm pretty new to WMI and I was wondering if anyone had some good books/texts to read about it, but more specifically how to correctly query WMI. I am working on a program that requires to get a lot of WMI objects and I just don't really…
Newbie123
  • 19
  • 5
-1
votes
1 answer

How use "like" operation in SCCM?

I want get all programs which contains this name Adobe Flash Player 2* ActiveX In SCCM i make this request Select ... SMS_G_System_INSTALLED_SOFTWARE.ProductName like "Adobe Flash Player 2? ActiveX" But it not return data. If i make this request…
user1088259
  • 345
  • 13
  • 34
-1
votes
1 answer

WQL Query and displaying custom fields

I'm running a WQL Query from SCCM to grab a list of computers with one of two applications installed. I'd like to display the name of the offending application in a column alongside the computer name. Do you know of an easy way to do this? Another…
FoxDeploy
  • 12,569
  • 2
  • 33
  • 48
1 2 3
13
14