VBS scripting with a IIS twist 
Author Message
 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.*-*-*.com/
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


Mon, 18 Oct 2004 03:19:43 GMT  
 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


Mon, 18 Oct 2004 03:19:41 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Running a .vbs script from within a .vbs script

2. vbs Timer script to run other script

3. Launching 6 .vbs scripts simultaneously from a single script

4. Cannot Start debugging .vbs-Script in MS Script Debugger

5. Update IIS Property with VBS

6. Restarting IIS from within a .vbs

7. IIS Resource Kit: CreateUser.vbs

8. IIS Scripting

9. restart IIS and MTS from a script.

10. VB script for NT/IIS Administration

11. changing default value for running scripts on IIS

12. How to use DCOM-server in IIS-script

 

 
Powered by phpBB® Forum Software