WMI Explorer : Script-O-Matic for PowerShell
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…
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:
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.
Email This Post To A Friend
« How to retrieve a list of Computer Accounts from Active Directory | Home | Windows PowerShell Programming - For Developers »






Comments
Thanks, for the tutorials and Wmi Exlporer praises
Greetings /\/\o\/\/
Thanks, for sharing your hard work with the Community!
Leave a Comment