Monday, November 18, 2013

Scripting Tools for WMI

If you ever have a need to work with WMI through C# or VBScript (perhaps even for your InstallShield packages), you will probably be glad to have some assistance in writing those scripts since working with WMI is not exactly the easiest library to use!

Fortunately, the folks at Microsoft, have created a set of free tools that you can use to generate some basic scripts that you can modify for your own use.

You can download these tools from here: http://technet.microsoft.com/en-us/scriptcenter/dd823314

The first tool, Scriptomatic, only supports generating WMI scripts with scripting technologies such as VBScript and JScript:





The second tool, WMI Code Creator, supports generating VBScript as well as VB.NET and C# scripts by altering the associated Code Language:



No comments:

Post a Comment