Windows Administrative Scripting Unleashed: Using VBScript, WMI, and ADSI to Automate Windows Administration

Fileaze banner

 

WSH Examples (A*)

Download the ZIPped sources Click the floppy disk icons to download the ZIPped sources

 

WSH Examples
Download the ZIPped sources Name Description Language Last
modified
(DD/MM/YYYY)
Also available as: Remarks
JS VBS DOS bat NT bat Kix Perl Power
Shell
Rexx
Download the ZIPped sources AccessRd Read MS-Access database files without using MS-Access   V 14/03/2008             For Windows 2000 and later.
Windows 2000 requires MDAC 2.8.
Download the ZIPped sources AddIPPrn.BAT Install a printer with a TCP/IP printer port on a remote computer     31/01/2006   NT         This batch file uses VBScript samples and PRNADMIN.DLL from the Windows 2000 Server/Server 2003 Resource Kit.
Got to the ADSITest download page ADSITest.HTA Test and debug ADSI queries HTA 19/06/2007             This HTA combines several sample script from Don Jones' new book VBScript, WMI, and ADSI Unleashed: Using VBScript, WMI, and ADSI to Automate Windows Administration.
Got to the ADSITest download page APIPA Disable APIPA on all local network adapters   V 09/01/2008   NT         Make sure you understand what this script will do before you confirm its action!
Download the ZIPped sources ASCII2UC Convert ASCII text files to Unicode   V 30/07/2006             For Unicode to ASCII conversion use:
TYPE unicode.txt > ascii.txt