<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx</link><description>I recently got a request to make a script to illustrate how to enumerate useful values from both Web and FTP sites serviced by IIS, so I decided to make some additions to the original script tool located here to allow it to easily enumerate both Web and</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#624230</link><pubDate>Fri, 09 Jun 2006 22:48:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:624230</guid><dc:creator>Arasaka</dc:creator><description>David,&lt;br&gt;&lt;br&gt;This is outstanding!&lt;br&gt;&lt;br&gt;I would love to a use a few parts of your code, but I am not sure where to cut it out so it will still work.&lt;br&gt;&lt;br&gt;What I am looking to do is pull the strServer from AD OUs, the parts that of your code that would be a real help are the &amp;quot;Site ID = &amp;quot; and the &amp;nbsp;&amp;quot;LogDir &amp;nbsp;= &amp;quot; I wish to use these field as variables in a copy to move the logs out the dir on the server to some other place and use the Site ID as a variable to append to sub folders, which are made off the system name. I am set one everything but how to put the parts of your code into middle of the script as to pull those bits of info. &lt;br&gt;&lt;br&gt;I would also like try to run FTP and Web together as one script but two would work. &lt;br&gt;&lt;br&gt;Any help you could throw my way would be great.&lt;br&gt;&lt;br&gt;Thank you,&lt;br&gt;David Brown&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#625254</link><pubDate>Sat, 10 Jun 2006 13:52:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:625254</guid><dc:creator>David.Wang</dc:creator><description>David - I suggest the following steps, which basically copies all script code and making three modifications - one addition and two bulk deletion of unneeded code. &lt;BR&gt;&lt;BR&gt;1. copy all of the code in the script as-is. You can remove the IF-blocks containing "WScript.Arguments.Length" if you want. &lt;BR&gt;&lt;BR&gt;2. Wrap two new FOR-loops around the following part of the script, one walking through the list of strServer from AD OUs, and the other for appropriate strServerMetaType values for FTP or Web: &lt;BR&gt;&lt;BR&gt;SET objService = GetObject( "IIS://" &amp;amp; strServer &amp;amp; "/" &amp;amp; strServerMetaType ) &lt;BR&gt;EnumServersites objService &lt;BR&gt;&lt;BR&gt;3. Substitute all code inside the following IF-block in the code to use objServer.Name as ID and objServer.LogFileDirectory to append to sub folders and copy/move log files. &lt;BR&gt;&lt;BR&gt;IF objServer.Class = "IIs" &amp;amp; strServerType &amp;amp; "Server" THEN &lt;BR&gt;&amp;nbsp; &amp;nbsp;'Substitute all code inside this nested&amp;nbsp;IF-block... &lt;BR&gt;END IF &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;//David &lt;BR&gt;</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#628397</link><pubDate>Mon, 12 Jun 2006 20:15:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:628397</guid><dc:creator>Dave</dc:creator><description>David,&lt;br&gt;&lt;br&gt;Thank you for the reply.&lt;br&gt;&lt;br&gt;I will try to follow your steps, I am not very skilled at scripting so I hope this work out and fill needs I am trying to fill.</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#636807</link><pubDate>Mon, 19 Jun 2006 16:39:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:636807</guid><dc:creator>Dave Brown</dc:creator><description>&lt;br&gt;What would need to be changed to find the SMTP log locations?&lt;br&gt;&lt;br&gt;&lt;br&gt;* Metabase configuration node from /W3SVC (Web) to /MSFTPSVC &lt;br&gt;* ADSI Class name from IIsWebServer (Web) to IIsFtpServer (FTP)&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for any help, I am almost done with What I am trying to do. &amp;nbsp;You site has been a great help.</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#636816</link><pubDate>Mon, 19 Jun 2006 16:51:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:636816</guid><dc:creator>Dave Brown</dc:creator><description>Does anyone see anything out of place in this chunk of code?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;'***&lt;br&gt;&lt;br&gt;dim IISObj, IISSite&lt;br&gt;&lt;br&gt;' WScript.echo (&amp;quot;Log file directories...&amp;quot; &amp;amp; strComputer )&lt;br&gt;' WScript.echo&lt;br&gt;set IISObj = GetObject(&amp;quot;IIS://&amp;quot;&amp;amp; strComputer &amp;amp;&amp;quot;/W3Svc&amp;quot;)&lt;br&gt;for each IISSite in IISObj&lt;br&gt; if (IISSite.Class = &amp;quot;IIsWebServer&amp;quot;) then&lt;br&gt; &amp;nbsp;WScript.echo IISSite.LogFileDirectory &amp;amp; &amp;quot;\W3SVC&amp;quot; &amp;amp; IISSite.Name&lt;br&gt; &amp;nbsp;&lt;br&gt;Set IISObj = GetObject(&amp;quot;IIS://&amp;quot;&amp;amp; strComputer &amp;amp;&amp;quot;/MSFTPSVC&amp;quot;)&lt;br&gt;for each IISSite in IISObj&lt;br&gt; if (IISSite.Class = &amp;quot;IIsFtpServer&amp;quot;) Then&lt;br&gt; &amp;nbsp; WScript.echo IISSite.LogFileDirectory &amp;amp; &amp;quot;\MSFTPSVC&amp;quot; &amp;amp; IISSite.Name&lt;br&gt; &amp;nbsp;&lt;br&gt; &amp;nbsp;&lt;br&gt; &amp;nbsp;strLocation = IISSite.LogFileDirectory &lt;br&gt; &amp;nbsp;DelLocation = IISSite.LogFileDirectory &amp;amp; &amp;quot;\W3SVC&amp;quot; &amp;amp; IISSite.Name&lt;br&gt;'	Wscript.echo strlocation&lt;br&gt;'	Wscript.echo DelLocation&lt;br&gt; &amp;nbsp;&lt;br&gt;End If&lt;br&gt;&lt;br&gt;'***</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#6652268</link><pubDate>Tue, 04 Dec 2007 15:04:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6652268</guid><dc:creator>Stevie</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;Your page came up when I did a search on how to use script to migrate an IIS site.&lt;/p&gt;
&lt;p&gt;Basically, what I need is to:&lt;/p&gt;
&lt;p&gt;gather all settings for a particular site, including things like host headers used&lt;/p&gt;
&lt;p&gt;write these settings to a newly-created site on the same server&lt;/p&gt;
&lt;p&gt;I don't want to ask someone else to do this for me - unless you've already written something which does it! - but would appreciate any pointers you can give on references for the methods that might be of interest.&lt;/p&gt;
&lt;p&gt;Many thanks&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#6652363</link><pubDate>Tue, 04 Dec 2007 15:13:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6652363</guid><dc:creator>Stevie</dc:creator><description>&lt;p&gt;Re the above, please disregard - I've noticed that my Windows Administrator's Automation Toolkit has a chapter devoted to this... I simply haven't had time to look at it since I acquired it - until today!&lt;/p&gt;
&lt;p&gt;Thanks again,&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#6809292</link><pubDate>Wed, 19 Dec 2007 22:58:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6809292</guid><dc:creator>Alan Kaplan</dc:creator><description>&lt;p&gt;I need to audit web servers in my domain, and would like to be able to connect to each server, and enumerate the virtual directories -- ultimately leading to a link to each web site hosted by the server. &amp;nbsp;Can this code be modified to get that information?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description></item><item><title>HOWTO: List all Virtual Directories and Paths of a List of Servers</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#6813813</link><pubDate>Thu, 20 Dec 2007 09:01:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6813813</guid><dc:creator>David Wang</dc:creator><description>&lt;p&gt;Question: I need to audit web servers in my domain, and would like to be able to connect to each server,&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#6813823</link><pubDate>Thu, 20 Dec 2007 09:03:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6813823</guid><dc:creator>David.Wang</dc:creator><description>&lt;p&gt;Alan - If you just want to enumerate virtual directories, you can script the built-in ADSUTIL.VBS script to do this. I wrote the following quick batch script as illustration.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/david.wang/archive/2007/12/19/howto-list-all-virtual-directories-and-paths-of-a-list-of-servers.aspx"&gt;http://blogs.msdn.com/david.wang/archive/2007/12/19/howto-list-all-virtual-directories-and-paths-of-a-list-of-servers.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;//David&lt;/p&gt;
</description></item><item><title>HOWTO: List all Virtual Directories and Paths of a List of Servers</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#6813860</link><pubDate>Thu, 20 Dec 2007 09:07:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6813860</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Question: I need to audit web servers in my domain, and would like to be able to connect to each server&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#7163010</link><pubDate>Sat, 19 Jan 2008 20:53:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7163010</guid><dc:creator>Brody</dc:creator><description>&lt;p&gt;Has anybody modified this script, or could any one modify this script to write to a database or text file rather than a pop-up window. I am query 100s of servers, and I am not quite sure how to modify it accordingly. Actually I just need secure bindings and nothing else.&lt;/p&gt;
&lt;p&gt;Could anyone help me out? You can email me at bkilpatr@stewart.com if you like, or just post here.&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#7262842</link><pubDate>Sun, 27 Jan 2008 07:07:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7262842</guid><dc:creator>David.Wang</dc:creator><description>&lt;p&gt;Noticias externas - As documented in the blog entry, the first commandline parameter to the tool is the name of the remote server&lt;/p&gt;
&lt;p&gt;//David&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#7262885</link><pubDate>Sun, 27 Jan 2008 07:15:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7262885</guid><dc:creator>David.Wang</dc:creator><description>&lt;p&gt;Brody - No modifications needed. Launch this script with CSCRIPT.EXE&lt;/p&gt;
&lt;p&gt;Default scripting host in Windows is WSCRIPT.EXE, which uses a popup window for output.&lt;/p&gt;
&lt;p&gt;One can easily redirect output to a text file, and entering data into a database is likewise easy from the commandline. Those are tasks best done by the reader.&lt;/p&gt;
&lt;p&gt;//David&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#7833762</link><pubDate>Thu, 21 Feb 2008 12:32:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7833762</guid><dc:creator>Frits</dc:creator><description>&lt;p&gt;Does it work both on IIS 5.0 and 6.0 ??&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#7847790</link><pubDate>Fri, 22 Feb 2008 16:26:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7847790</guid><dc:creator>David.Wang</dc:creator><description>&lt;p&gt;Frits - why don't you try it and be positively surprised? :-)&lt;/p&gt;
&lt;p&gt;//David&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#8628335</link><pubDate>Sat, 21 Jun 2008 04:00:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8628335</guid><dc:creator>Chet Bliss</dc:creator><description>&lt;p&gt;David,&lt;/p&gt;
&lt;p&gt;I love your script. I really to output this info to text file instead of the screen. I saw that you said cscript would do the job but I can't get it working. Would it be possible for you to create a small script outputing one of the variables to a file. I could then figure out the rest.&lt;/p&gt;
&lt;p&gt;Thank you in advance.&lt;/p&gt;
&lt;p&gt;Chet&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#8637137</link><pubDate>Sun, 22 Jun 2008 10:24:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8637137</guid><dc:creator>David.Wang</dc:creator><description>&lt;p&gt;Chet Bliss - CSCRIPT Script.VBS &amp;gt; Filename.txt&lt;/p&gt;
&lt;p&gt;//David&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#8920541</link><pubDate>Tue, 02 Sep 2008 22:26:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8920541</guid><dc:creator>Chet Bliss</dc:creator><description>&lt;p&gt;David,&lt;/p&gt;
&lt;p&gt;Thank you for the response. My team is enumerating web site on thousands of servers and I can not guarantee that IIS would be installed on every team members computer. I am trying to use SWbemServices with your script and can not get it to work. &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Chet&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#9022467</link><pubDate>Wed, 29 Oct 2008 18:51:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9022467</guid><dc:creator>Felix</dc:creator><description>&lt;p&gt;Been looking all day for something like this. Just what I needed, thanks.&lt;/p&gt;
&lt;p&gt;-Felix&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#9132527</link><pubDate>Sat, 22 Nov 2008 05:55:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9132527</guid><dc:creator>Harshini</dc:creator><description>&lt;p&gt;Davind, great piece of code! Thank you; very useful.&lt;/p&gt;
&lt;p&gt;Now...&lt;/p&gt;
&lt;p&gt;I need to find the physical path to any given Web site on a given machine that has IIS 5, 6 or 7 on it. &lt;/p&gt;
&lt;p&gt;So, using the site ID seems to be the way to go... But what property do I check for? Sorry, am not very well versed in finding IIS metadata and am unsure where to look... I can see that Server.MapPath is used in some cases in ASP... but I need to use vbscript.&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;p&gt;Harshini&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#9137285</link><pubDate>Mon, 24 Nov 2008 17:26:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9137285</guid><dc:creator>David.Wang</dc:creator><description>&lt;p&gt;Harshini - I suggest looking at how this script works.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/david.wang/archive/2007/12/19/howto-list-all-virtual-directories-and-paths-of-a-list-of-servers.aspx"&gt;http://blogs.msdn.com/david.wang/archive/2007/12/19/howto-list-all-virtual-directories-and-paths-of-a-list-of-servers.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By default, legacy ADSI/WMI providers compatible with IIS5/6 are NOT installed with IIS7, so there is no way to do what you want with default IIS installations.&lt;/p&gt;
&lt;p&gt;ASP actually uses VBScript as a language by default, so your requirement is actually inconclusive. Choice of language is actually tangential to solving the issue.&lt;/p&gt;
&lt;p&gt;ASP/ASP.Net Server.MapPath calls HSE_REQ_MAP_URL_TO_PATH underneath the covers, which does a lookup sorta like what the script I want you to look at.&lt;/p&gt;
&lt;p&gt;//David&lt;/p&gt;
</description></item><item><title>re: HOWTO: Enumerate IIS website and ftpsite configuration (VBScript using ADSI)</title><link>http://blogs.msdn.com/david.wang/archive/2006/06/08/HOWTO-Enumerate-IIS-website-and-ftpsite-configuration-VBScript-using-ADSI.aspx#9538105</link><pubDate>Wed, 08 Apr 2009 15:45:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9538105</guid><dc:creator>Jeff</dc:creator><description>&lt;p&gt;Would be great to find a type library for these objects somewhere.&lt;/p&gt;
&lt;p&gt;I'm not a very variant kind of guy. &amp;nbsp;=)&lt;/p&gt;
&lt;p&gt;The Active DS IIS Extension Dll appears to be incomplete.&lt;/p&gt;
</description></item></channel></rss>