WMI Explorer : Script-O-Matic for PowerShell

By Jesse Hamrick • February 8th, 2008

Over the last couple of weeks I’ve been working on a 3 part tutorial for WMI. In my adventures to see what others have written about on the subject, I found a remarkable tool (actually a .ps1 script) written by Marc van Orsouw aka “ThePowerShellGuy.” This is a tool even Batman should have on his utility belt, it has gotten me out of a couple of jams…

PowerShell WMI Explorer

Very simple to use:

  • Use the “Connect” button and chose the computer you wish to connect to.
  • Click on a WMI Namespace, I used ROOT\CIMV2.
  • In a moment, classes for that namespace are loaded into the “Classes” window.
  • Pick a Class, I chose “Win32_NetworkAdapterConfiguration.”
  • The Screen shot above doesn’t show it but there are two windows within the “Class” section. The window you see lists the methods of the class, the other lists the properties:PowerShell WMI Explorer PM

There are many features built into this tool, My favorites are error code definitions under the “Help” tab and script generation for methods under the “Methods” tab.

For more information on how to use WMI Explorer: ThePowerShellGuy web-site.

Download WMIExplorer here.

Email This Post To A Friend Email This Post To A Friend

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Furl
  • Reddit
  • Technorati
  • YahooMyWeb

Comments

Thanks, for the tutorials and Wmi Exlporer praises

Greetings /\/\o\/\/

Thanks, for sharing your hard work with the Community!

 

Leave a Comment

« How to retrieve a list of Computer Accounts from Active Directory | Home | Windows PowerShell Programming - For Developers »