Skip to Content
Microsoft® Windows® Scripting with WMI: Self-Paced Learning Guide
book

Microsoft® Windows® Scripting with WMI: Self-Paced Learning Guide

by Ed Wilson
October 2005
Beginner to intermediate
400 pages
12h 42m
English
Microsoft Press
Content preview from Microsoft® Windows® Scripting with WMI: Self-Paced Learning Guide
Chapter 4: Using Advanced WMI Queries 89
SystemBios.v
bs
strComputer = "."
wmiNS = "\root\cimv2"
wmiQuery = "Select
* from win32_SystemBIOS"
Set objWMIService
= GetObject("winmgmts:\\" & strComputer & wmiNS)
Set colItems
= objWMIService.ExecQuery(wmiQuery,"wql",&h10 + &h20)
For Each objItem in colItems
WScript.Echo "GroupComponent: " &
objItem.GroupComponent
WScript.Echo "PartComponent: " & objItem.PartComponent
WScript.Echo
Next
Error Codes
WMI does not consider it an error for a query to return an empty result set. You might not
think the query was successful, but as far as WMI is concerned, if it runs without errors, the
query is fine. This is just one thing to keep in mind when evaluating error codes returned by
the ExecQuery method. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Microsoft® Windows® Scripting Self-Paced Learning Guide

Microsoft® Windows® Scripting Self-Paced Learning Guide

Ed Wilson

Publisher Resources

ISBN: 0735622310Catalog PageErrata