newby to wmi

G

Guest

Ok, at the risk of being flamed for being a complete obliviot, here goes.
I am new to the whole scripting/ wmi usage. I have read lots of articles
that tell me WMI information can be accessed using a simple command "get
wmiobject" then you give the command the class name. Here is the question,
What are the available classes??? I can't find a list of them anywhere. For
instance what if i want installed software what is the class? Is there a
listing anywhere for this information. Thank you for the help
 
J

Jeffery Hicks

mikev said:
Ok, at the risk of being flamed for being a complete obliviot, here goes.
I am new to the whole scripting/ wmi usage. I have read lots of articles
that tell me WMI information can be accessed using a simple command "get
wmiobject" then you give the command the class name. Here is the question,
What are the available classes??? I can't find a list of them anywhere. For
instance what if i want installed software what is the class? Is there a
listing anywhere for this information. Thank you for the help

Download the Microsoft Scriptomatic. This is probably the easiest tool
to browse available namespaces.

http://www.microsoft.com/downloads/...42-648b-4119-b7eb-783b0f7d1178&DisplayLang=en

Or some scripting editors, like PrimalScript, also have WMI wizards
which will help.

--
Jeffery Hicks
SAPIEN Technologies - Scripting, Simplified.

blog: http://blog.SAPIEN.com
Community: http://www.scriptinganswers.com
Training: http://www.ScriptingTraining.com
Books: http://www.SAPIENPress.com
Editor: http://www.primalscript.com
Tools: http://www.scriptingoutpost.com

"Those who forget to script it are doomed to repeat it."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top