CreateVdirSSL - Creates virtual dirs with SSL in IIS
A command line driven vb script, you can populate in a web page (using any language, ColdFusion, ASP, PERL, iHTML, PHP, etc) and even run via a web page will create a Virtual Folder with an option for SSL.
What does the vb script do?
By providing the Server Comment, this program will create a virtual directory in IIS. Also, there is an option to create SSL on the directory.
How does the vb script work?
Here is the command line:
createvdirSSl.vbs -s serverName -v vDirPath -n vDirName -c serverComment -l ssltrue
All the arguments, except the "-l ssltrue", above must be filled in in order for the program to operate correctly. The "-l ssltrue" is an optional parameter. If you want SSL on the virtual directory then add this option as well.
The program will use the Server Comment to locate the Web site in the IIS metabase. Now you don't need to know the Web site's index number anymore!!
Now, you simply create your virtual dirs via a Web page and store them. Run them all in a batch later!

