CLeWMI (pronounced "clue me") is a Command Line WMI query tool. It's written in perl, for Windows. It allows dynamic querying of WMI from a command line. Works on Window NT, 2000, 2003, and XP. Stand alone executable available.
Be the first to post a text review of CLeWMI - Command Line WMI query tool. Rate and review a project by clicking thumbs up or thumbs down in the right column.
# Changelog: # # 2007-06-12 v1.4 Jared Cheney # - modified help summary to reflect the --noheader option. Also added the -q option, to accomplish # setting the --noheader and --nobanner functionality # - made csv and tab output include servername as first field of all output # # 2006-10-02 v1.3 Jared Cheney # - modified ExecQuery statements to do ForwardOnly lookups, to conserve memory on a host # and speed up the return of data. # # 2005-06-19 v1.2-RC2 Jared Cheney # - fixed display bugs when listing in default format and when selecting specific # properties (versus all) # - added flag to just print version # # 2005-05-25 v1.1-RC2 Jared Cheney # - fixed bug that prevented all fields from displaying properly when specifying properties # # 2005-05-17 v1.0-RC2 Jared Cheney # - fixed convertDate option to work when time offset is +*** # - changed output of csv and tab format to not include wmi class and instance # and computername by default; also removed --nodetail flag since now it's # not necessary. # - instead of outputting [BLANK], just changed it to actually output nothing # - added WQL flag to allow custom WQL query to be passed in # - added noheader flag to suppress field names in output # # 2005-05-03 v1.0-RC1 Jared Cheney # - script ready for first release
This version utilizes the ForwardOnly flag for the WMI ExecQuery function. This results in a much smaller memory footprint and faster return of large datasets.
v1.3 - modified WMI queries to require less memory and return results faster
v1.3 - modified WMI queries to require less memory and return results faster
2005-06-19 v1.2-RC2 Jared Cheney - fixed display bugs when listing in default format and when selecting specific properties (versus all) - added flag to just print version
Changelog: 2005-05-25 v1.1-RC2 Jared Cheney - fixed bug that prevented all fields from displaying properly when specifying properties 2005-05-17 v1.0-RC2 Jared Cheney - fixed convertDate option to work when time offset is +*** - changed output of csv and tab format to not include wmi class and instance and computername by default; also removed --nodetail flag since now it's not necessary. - instead of outputting [BLANK], just changed it to actually output nothing - added WQL flag to allow custom WQL query to be passed in - added noheader flag to suppress field names in output 2005-05-03 v1.0-RC1 Jared Cheney - script ready for first release
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?