I strongly advise you to switch to ScriptomaticV2 on this Page Scriptomatic – a tool to learn about the WMI interface. Scriptomatic is a magic file which can actually write your scripts. It will almost never make a syntax error, and will guide into new scripting areas. Finally, Scriptomatic will …
Custom Search Guy recommends : Free – WMI Monitor Get more ideas for your PowerShell scripts with SolarWinds’ WMI Monitor. Free WMI Monitor Download Funny computer jokes Troubleshooting Code 800A139A – Expected quantifier in regular expression Introduction to Error Code 800A139A This error code, 800A139A occurs when you attempting to …
Runtime Error 800A000D – Type mismatch The runtime error 800A000D is straightforward to solve. The secret is to read the Windows Script Error message carefully, then locate the line number with the Type Mismatch. Introduction To Error Code 800A000D This runtime error, 800A000D occurs when you execute a VBScript. My …
Introduction to CSVDE and LDIFDE The main purpose of this page is to explain the differences between Microsoft’s CSVDE and LDIFDE. If you can provide data about your users, computers or contacts in a text file, then CSVDE or LDIFDE can create the corresponding account in Windows Server 2003/8 Active Directory. …
Introduction – Listing the members of the Users container This script enumerates all the Administrators in the Builin container. If you like to learn by changing items in the code, well here is a challenge for you, adapt my script to list members of your OU. WSH Topics Instructions Challenge …
Introduction to Hungarian Variables Before we see the advantages of using the Hungarian Variable scheme, let us review what the term variable means in the context of VBScript. What is a VBScript Variable? A variable is the opposite of a constant. Values of variables change, constants remain at their initial …
Troubleshooting Code 800401E4 – Invalid syntax Introduction to Error Code 800401E4 This error code, 800401E4 occurs when you execute a VBScript. You are probably using a WSH method to connect to LDAP. A wild guess, you are using the command: GetObject("LDAP//:xyz…) The Symptoms You Get The script does not manipulate …
Troubleshooting Code 800 Errors found in VBScript This page is designed to help you cure 800xxxxx error messages in your VBScript. To solve your problem look for clues in the Windows Script Host message box. In particular always check the Line: (number), the Source: and what the Error: message says. …
Troubleshooting Code 80040E14 – One or more errors occurred during processing of command Introduction to Error Code 80040E14 This error code, 80040E14 occurs when you execute a VBScript. You are probably using a WSH method to connect to LDAP. My wild guess is that there is extra speech mark, or …
Introduction Logon Scripts In this section I will give you examples of how to build the VBScript to use in your logon script. I will help you chose which methods to use and which variables to change. There are two sections; one section specialises in mapped network drives, while the …