Category: VBscript

Home for VBScripts

Who is this VBScript Section Aimed At? Here is my new Section for VBScript Windows 2003 / 2000 administrators who wish to write VBScripts. Those new to scripting who need examples to get started. Script writers who are familiar with other languages and need to transfer to VBScript. (Web based …

VBScript – Error Handling

Introduction to Error Handling ‘Best Practice’ dictates that we should take steps to control errors.  Another reason for error handling is that it saves time troubleshooting when you can narrow down the problem to one section of the script.  In practice you have three, choices, write a statement that says …

WBEMTEST for WMI

WBEMTEST – A Tool for Learning About WMI Objects WBEMTEST is a built-in Windows program which will show you the WMI objects, classes and methods.  My best advice is to start with ScriptomaticV2 rather than WBEMTEST.  That said, although WBEMTEST is clunky, it does expose more details of each WMI …