November 28, 2007
Although VBScript offers the InStr and InStrRev functions to find the position of a substring, they only find the position of the substring's first occurrence. If you need to find the position of a different occurrence, you can use the nInStr function.
October 24, 2007
If you often need inventory information about the remote computers you manage, check out Computer_Inventory.vbs. With this script, all you need to do is create an input file, run the script, then query the database that the script creates.
August 22, 2007
CopyMembership.vbs is a real time-saver if you need to copy group memberships. Even if you don't, you'll likely find its dn function a handy piece of code for your scripting toolbox. This function converts usernames into distinguished names (DNs).
April 18, 2007
If you have many PCs to maintain, even checking something as simple as whether their CD-ROM drives are read-only or read/write can be a real chore. Here's a script that you can use to make this task less time-consuming.
February 28, 2007
Here's a VBScript function that quickly queries Microsoft SQL Server databases for data, then returns that data in an array.
Add these Headlines to your Website