I solved a little problem for a customer the other day and I thought I'd share a little about it with you. It involves some VBScript user manipulation in Active Directory, and yes: there will be a code sample. Let's start with the problem. For whatever
Read More...
One of my favorite objects is the Wscript.Network object. It's a very simple way to access certain environment variables in a VBScript. To invoke this object, this line must be inserted near the top of your script (certainly before you reference properties
Read More...