Hi all,
I'm trying to use VBS to check what Site ID's exist and what are their
names. Can anyone point me to some good references to IIS VBS
scripting or help me on the code? What I eventually want to do is
change the expire immediately for a particular folder after I install
it. This code works, but I need to take into account which site ID
(right now it works if I hardcode the site id with set objIISRoot =
GetObject("IIS://localhost/W3SVC/3/Root")) to run this on, because it
depends on how many sites existed before it.
Any help would be greatly appreciated. Thanks.