Wmi Explorer Download Free

In my previous article I demonstrated how to use the free WMI Tools from Microsoft for exploring WMI. One of the downsides is that they aren’t officially supported for any current operating system and rely on an older version of Internet Explorer. Another option is the free WMI Explorer from SAPIEN Technologies.
  1. Download Wmi Explorer 2.0
  2. Firefox Download Free
  3. How To Open Wmi Explorer
Download

Download our free WMI tools to perform Windows remote administration tasks. Access the WMI repository through our WMI query generator or object browser. Check out our Powershell GUI builder and Visual Basic scripts creator. WMI Explorer is the next generation tool for exploring the vast universe of the Windows Management Instrumentation database. The WMI database represents a huge repository of information about your servers and client machines which as a system or network administrator you need to utilize every day. WMI Explorer allows you to browse WMI classes, objects and their properties and execute any WMI query. Home Blog FREE: WMI Explorer - Browse WMI classes and execute any WMI query. 4sysops - The online community for SysAdmins and DevOps. Got too excited and flew right by the download page link at the top of the page.

  • I started this project with the intention to combine the features of currently available WMI Explorers, and to make it easier and quicker to find what you're looking for in WMI. Requirements. Microsoft.NET Framework 4.0 Full or.NET Framework 4.5.1. Minimum display resolution: 1024x768. Administrator rights to view some WMI objects.
  • WMI Explorer, free download. WMI Explorer 1.16: WMI is an acronym for Windows Management Instrumentation. WMI is the Microsoft's implementation of Web-Based Enterprise Management (WBEM) - a new management technology that allows software to monitor and control managed resources.

Jeffery Hicks

Jeffery Hicks is a multi-year Microsoft MVP in Windows PowerShell, Microsoft Certified Professional and an IT veteran with 25 years of experience specializing in automation. He works today as an author, trainer and consultant.

Latest posts by Jeffery Hicks (see all)

  • Clean up user profiles with PowerShell - Mon, Jun 9 2014
  • Track user logons with a PowerShell script - Fri, Jun 6 2014
  • Configuring logon PowerShell scripts with Group Policy - Tue, Jun 3 2014

The WMI Explorer is a small program that you can freely download from their community tools site (although you probably will need to register. The download is a single EXE file that is completely portable. The tool hasn’t been revised in a number of years but for the price (did I mention free?) and functionality that’s fine by me.

To use, simply double-click the Wmiexplorer.exe file. It will take a moment or two to populate but then you’ll end up with something like Figure 1.

SAPIEN Technologies WMI Explorer

There is no ability to connect to a remote machine, but if you are interested in common classes and namespaces this shouldn’t be that big a deal. In the tree you will see all of the namespaces on your computer. To the right are all of the classes. Let’s navigate down to the CIMv2 namespace. Again, it may take a moment to read all of the classes.

Browsing classes ^

There’s no way to filter out the system classes so I’ll scroll over until I get to the Win32 classes.

Browsing Classes

The bottom panel will display information about the class. I’ll click on Properties.

Properties

The panels are resizable if that helps at all. Here I can see each property name and its type. Double click on one to view details.

Property details

Looking at methods ^

In the class panel I can start typing the name of a different class and focus will jump to that class. I’ll change to Win32_Logicaldisk and click on the Methods tab.

Methods

In Figure 5 you can see the methods for this class, and in this case the parameters for the Chkdsk() method. If you’d like to know what this method does, click on Qualifiers and look at the description. You might need to resize some columns.

Qualifiers

Getting instances ^

Of course, for me the interesting aspect is retrieving the instances.

Download Wmi Explorer 2.0

Getting instances

Knowing the property name and what kind of value to expect is a big help when writing WMI queries or filters. Like the property detail in a class definition, you can double click any property here for detail.

Property details

For the work I do, I like to know the name, what type of value (uin64 in this case) and whether the value is an array or not. With this information I could build and test queries using WBEMTest.

The band gigged constantly, with residencies at venues like Ealing Jazz Club, Ken Colyer's Studio 51, and Eel Pie Island in Twickenham. Their weekly performances at the Crawdaddy at Richmond's Station Hotel resulted in ecstatic press reviews, and in April Andrew Loog Oldham saw them there and signed them to his management company the next day. Youtube music free rolling stones. He started the 'Would you let your daughter marry a Rolling Stone' press campaign, which set the tone for their career.In May 1963, the Stones were signed to Decca Records by the same man who had turned down the Beatles. A month later 'Come On', the first Rolling Stones single, was released, and reached number two in the U.K. Charts.The fifth member of the group, Brian Jones, left on 8th June 1969, saying that he wanted to form a new group.

Summary ^

SAPIEN’s WMI Explorer isn’t designed necessarily as a scripting tool. It does exactly what it says it will do, explore WMI. It is very easy to navigate the namespace hierarchy, explore classes and retrieve instances. It only works locally, so if you wanted to explore WMI classes for a product that is installed on another computer, you would have to run this program on that computer. Although the exe file is completely portable and should run on any operating system with a GUI. I haven’t tested it on Server Core.

Next time, we’ll look at one final WMI Explorer that I think you’ll enjoy, especially if you are a PowerShell fan.

Firefox Download Free

Articles in series

How To Open Wmi Explorer

  1. FREE: SAPIEN Technologies WMI Explorer