Category: VBscript

Scripting Users with VBScript

Custom Search Guy recommends : Free – WMI Monitor Get more ideas for your PowerShell scripts with SolarWinds’ WMI Monitor. Free WMI Monitor Download Guy's Review of Computer Tools  1) Belarc Advisor  2) Network Perf Mon  3) Freeping  4) PuTTY  5) Bandwidth Analyzer  6) Secunia  7) Net-SNMP  8) Permission Analyzer …

WMI – Logical Disk Properties

Introduction to WMI Disks – Logical Disk Properties When you investigate Disk activity, whether with WMI scripts or Performance Monitor, you should research more than one disk object.  The classical divide is between ‘Logical’ or ‘Physical’ disk.  In the case of WMI we have the following two Win32 objects: Win32_LogicalDisk …

Troubleshooting VBScript Errors

Introduction to Troubleshooting VBScript Errors By best advice when troubleshooting VBScript is to go back to basics.  Build your script in sections.  Get each scriplet working, then bolt all the parts together and so re-create your script.  If you embrace this strategy, then search for a similar script, on this …

WMI – Filters for GPMC

Introduction to WMI Filters for GPMC WMI Filters are the icing on the Group Policy cake; they add precision to where you apply the settings.   The secret of WMI filters is understanding the correct WQL syntax to phrase your query.  With WMI filters you can play ‘what if’ games, for …