Install website in IIS using vbscript
Reference Script Repository: IIS 6.0 Enumerate IIS Virtual Directories using WMI in VBScript HOWTO: Enumerate IIS website and ftpsite configuration (VBScrip...
Reference Script Repository: IIS 6.0 Enumerate IIS Virtual Directories using WMI in VBScript HOWTO: Enumerate IIS website and ftpsite configuration (VBScrip...
I am reading Head First Design Pattern again and want to summarise a few things I need to remember. I forget things so easily. The Strategy Pattern defines a...
</p> @cls @echo off @echo ***********Rebuilding MultiSite CodeBase setlocal set /a StartSecs=(%time:~0,2% * 60 * 60)+(%time:~3,2% * 60)+(%time:~6,2%) ...
Create and Delete IIS Directory Using WSH, VBS Script Delete IIS Site and Application Pool script VBScript: IIS6 Application Pool Properties </p> (to...
The requirement was to enforce a strong password which consists of at least one number or space, and one upper case letter. So as usual, I googled th...