How to get started creating scripts with WMI Code Creator

In this post I will introduce you to a great little tool from Microsoft. With this tool I can help you getting started creating WMI scripts in C#, Visual Basic or VB script. The tool is free and can help you creating small scripts, with which you can collect data from WMI or execute commands on local or remote computers. Scripting against the WMI namespace, can do a lot of cool stuff.  As well as collecting information about Operating system or Hardware information. It is also possible to execute commands…

Read More