Jump to content

Wmi Queries With Gui - A Graphical Ui


Hannes
 Share

Recommended Posts

Hello,

here is a example, how to use the gui with wmi queries (local and remote).

You need autoit v3.1.1.113 (or higher).

At the moment it seems that the beta is very stable with com objects, but keep in mind, that some vbscript objects must be handled as vbscript objects (e.g. when a vbscript objects returns an array, use it as a vbscript one), although it is autoit script

(i tried to use it as an autoit array, sure, that's not logic), so you have to loop through those collection objects.

For example to query remote objects with autoit, you must use a string for the computername to handle wmi and other remote queries, otherwise you get an error.

Use it at your own risk....

Hannes

GetWMI.au3

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...