Dear All,

I would like to know if does exist a specific tool (Microsoft or thirdy
party) able to list virtual directories in a selected machine without
browsing IIS among a complex tree structure.



Regards


Alberto Brivio

Re: finding virtual directories by David

David
Wed Dec 17 14:24:55 CST 2003

I don't know of a specific tool, but it's not that hard to script the IIS
Administration interface to query for this information.

In a pinch, you can try:
CSCRIPT ADSUTIL.VBS FIND Path

Since all Virtual Directories have a Path property, the above command lists
all nodes with that property. ADSUTIL.VBS is included with IIS and you can
check on its documentation on MSDN.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Alberto Brivio" <a.brivio@adb.it> wrote in message
news:%23TlPKoHxDHA.2396@TK2MSFTNGP09.phx.gbl...
Dear All,

I would like to know if does exist a specific tool (Microsoft or thirdy
party) able to list virtual directories in a selected machine without
browsing IIS among a complex tree structure.



Regards


Alberto Brivio




finding virtual directories by Pete

Pete
Fri Dec 19 18:15:01 CST 2003

Check out http://www.iisfaq.com/?View=A530

Neat little VB script for doing exactly that...

Pete

>-----Original Message-----
>Dear All,
>
>I would like to know if does exist a specific tool
(Microsoft or thirdy
>party) able to list virtual directories in a selected
machine without
>browsing IIS among a complex tree structure.
>
>
>
>Regards
>
>
>Alberto Brivio