MSFN Forum: WMI Tools on Windows 8? - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

WMI Tools on Windows 8?

#1 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,690
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 23 April 2012 - 08:27 AM

When doing initial research for how to make my programs better, I rely on an old program:
WMI Toolkit

Mostly just the WMI Object Browser. Well this either does not work with Windows 8 or IE 10. While it is fine for me to manually connect to root\CIMV2, and I can see *some* classes, the values (even for those) do not appear. For example, while Win32_BaseBoard does not show up in the classes list (classes that can have instances) in the Object Browser, I can actually read data from it using a test program.

Are there any other WMI object tools that will work on Windows 8 or IE 10?


#2 User is offline   iamtheky 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 866
  • Joined: 11-November 08

Posted 23 April 2012 - 03:22 PM

Maybe different results with the autoit variety of Scriptomatic this version of Scriptomatic?

This post has been edited by iamtheky: 23 April 2012 - 03:26 PM


#3 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,399
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 April 2012 - 06:34 PM

Several more options which I've used (untested on Win8, all tested on Win7) :

-WMI Code Creator
-PowerShell Scriptomatic or the classic Scriptomatic 2.0
-WMI Explorer
-PowerShell WMI Explorer

Then again just typing
gwmi SomeClassNameHere
or
gwmi SomeClassNameHere | gm
in PowerShell is often enough to get the infos you want without using a fancy tool (obviously no code generation there).

#4 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,690
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 24 April 2012 - 08:14 AM

The Powershell one looks promising. I have no problem writing the scripts and I already know what the classes are. Typically, I use the WMI Object Browser because I know what data I am looking for, but do not know what class or instance it is in. But I will definately check a couple of those out!

#5 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,208
  • Joined: 09-September 01
  • OS:Windows RT
  • Country: Country Flag

Posted 30 May 2012 - 07:11 PM

wbemtest still exists and works too, although not as easy to use as some of the others.

#6 User is offline   MrJinje 

  • Tool™ Developer
  • Group: Developers
  • Posts: 942
  • Joined: 14-October 09
  • OS:none specified
  • Country: Country Flag

Posted 10 August 2012 - 10:03 PM

Sapien has a freeware WMI Explorer. It's similar yet different from the WMI Explorer from Advanced Host Monitor (linked in Coffee's post)

http://www.softpedia...-Explorer.shtml

#7 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,399
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 August 2012 - 06:04 AM

View PostMrJinje, on 10 August 2012 - 10:03 PM, said:

Sapien has a freeware WMI Explorer. It's similar yet different from the WMI Explorer from Advanced Host Monitor (linked in Coffee's post)

http://www.softpedia...-Explorer.shtml

While I've never tried that one, I have to say that Sapien makes some pretty rad stuff. PrimalScript is a great little tool for those who still do VBScript. I haven't tried their PowerShell utils though.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

4 User(s) are reading this topic
0 members, 4 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy