<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Searching Active Directory with ADSI and VBScript</title>
	<atom:link href="http://www.lewisroberts.com/2006/04/12/53/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lewisroberts.com/2006/04/12/53/</link>
	<description>me, on scripting, trance and other subjects i enjoy</description>
	<lastBuildDate>Thu, 26 Jan 2012 20:40:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lewis</title>
		<link>http://www.lewisroberts.com/2006/04/12/53/comment-page-1/#comment-21475</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Thu, 12 Feb 2009 20:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lewisroberts.com/?p=53#comment-21475</guid>
		<description>Thanks Gary, I remember writing this as I was still exploring VBScript and you&#039;re absolutely right, that would make the script instantly portable to other domains.</description>
		<content:encoded><![CDATA[<p>Thanks Gary, I remember writing this as I was still exploring VBScript and you&#8217;re absolutely right, that would make the script instantly portable to other domains.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.lewisroberts.com/2006/04/12/53/comment-page-1/#comment-21474</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 12 Feb 2009 18:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lewisroberts.com/?p=53#comment-21474</guid>
		<description>Rather than explicitly referencing your domain root, you can use the following:

Set objRootDSE = GetObject(&quot;LDAP://RootDSE&quot;)
ADSRoot = objRootDSE.Get(&quot;rootDomainNamingContext&quot;)</description>
		<content:encoded><![CDATA[<p>Rather than explicitly referencing your domain root, you can use the following:</p>
<p>Set objRootDSE = GetObject(&#8220;LDAP://RootDSE&#8221;)<br />
ADSRoot = objRootDSE.Get(&#8220;rootDomainNamingContext&#8221;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

