
VBS scripting with a IIS twist
I am working on making a VBS script that will automate IIS
security features. When I run the script it will provide
the security of IIS to Turn Off Anoymous Access, and
automatically Turn On Integrated Windows Authetication.
I found out how to Turn Off Anoymous Access using the VBS
script from this link
http://www.eggheadcafe.com/articles/20010609.asp
I've taken the last section and started modifying it to
turn off Anamoymous Acces, but not sure on how to turn on
Integrated Windows Authetication. I've looked for
commands on the Microsoft Web Site, and Internet but
neither can return a command to provide this feature.
In the attachment is the .vbs file that I am modifing. I
am more of a network admin then a Visual Basic Programmer.
Just trying to learn something new everyday.
It looks like I only need to finsh this command
objVirtualDirectory. "something" = true
Any one know what that something could be?
|
|
CreateIIS.vbs
1K
Download
|