Windows Scripting
  Home arrow Windows Scripting arrow Page 4 - Introduction to WQL: SQL for WMI
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Silverlight  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
ASP Web Hosting  
ASP.NET Web Hosting 
Windows Web Hosting
 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
WINDOWS SCRIPTING

Introduction to WQL: SQL for WMI
By: Nilpo/Developer Shed Staff Writer
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 5
    2007-05-16

    Table of Contents:
  • Introduction to WQL: SQL for WMI
  • Data Queries
  • Event Queries
  • Schema Queries

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Introduction to WQL: SQL for WMI - Schema Queries


    (Page 4 of 4 )

    Schema Queries

    Okay.  We know how to build queries that return data information, and we know how to build queries that wait for new information.  What if we want to know what type of information is available?  Or more specifically, what type of information a specific class holds?

    We can do this by checking the class’ schema.  As you recall, the schema defines the type of information contained in the class.  This third and final type of WMI query is the Schema Query.  Take a look at this example.

    SELECT * FROM meta_class WHERE __this ISA "Win32_BaseService"

    This query returns all information for elements in the Win32_BaseService class.  Building and using Schema queries is a bit beyond the scope of this article.

    This is also, by far, the least used of all the query types.  In fact, most scripters will probably never have a real-world use for it.  A Google search should return some valuable results if you’re interested in learning more.

    You may also want to check out the MSDN WQL Reference.  It’s a very good resource explaining the different keywords available as well as the query structure.

    I hope I’ve given you a workable introduction to the WMI Query Language.  The only way to really learn WQL is to build a basic script and just start playing with it.  It will come to you with practice.

    Learning to become proficient in WMI will take your scripting to a whole new level.  It’s much more powerful and comprehensive than WSH or VBS alone.  Good luck in your scripting endeavors.  Until next time…


    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

       · In order to harness the power of WMI in your scripts, you'll need to be able to...
     

    WINDOWS SCRIPTING ARTICLES

    - More Windows Scripting Workarounds from Nilpo
    - Overloading Methods and More in VBScript
    - Improving MFC for Windows Vista
    - Regular Expressions in VBScript
    - Working with Dates in WMI
    - Completing Calendars with VBScript Date Func...
    - Building Calendars with VBScript Date Functi...
    - Working With Dates and Times in VBScript
    - Designing WCF DataContract Classes Using the...
    - Understanding Dates and Times in VBScript
    - Working With Arrays in VBScript
    - Compressed Folders in WSH
    - Using .NET Interops in VBScript
    - Nilpo`s Scripting Secrets, Vol I
    - Database operations using Silverlight 2.0 WC...





    © 2003-2010 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek