<?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"
	>
<channel>
	<title>Comments on: How to Query Active Directory Using Enterprise Manager</title>
	<atom:link href="http://shepherdweb.com/2006/07/20/how-to-query-active-directory-using-enterprise-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://shepherdweb.com/2006/07/20/how-to-query-active-directory-using-enterprise-manager/</link>
	<description>Shane Shepherd: web design and development; music</description>
	<pubDate>Fri, 21 Nov 2008 12:37:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Vanilla</title>
		<link>http://shepherdweb.com/2006/07/20/how-to-query-active-directory-using-enterprise-manager/#comment-12457</link>
		<dc:creator>Vanilla</dc:creator>
		<pubDate>Thu, 26 Apr 2007 16:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2006/07/20/how-to-query-active-directory-using-enterprise-manager/#comment-12457</guid>
		<description>Ok, the query got messed up by something...
Go to the link for more information.</description>
		<content:encoded><![CDATA[<p>Ok, the query got messed up by something&#8230;<br />
Go to the link for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vanilla</title>
		<link>http://shepherdweb.com/2006/07/20/how-to-query-active-directory-using-enterprise-manager/#comment-12456</link>
		<dc:creator>Vanilla</dc:creator>
		<pubDate>Thu, 26 Apr 2007 16:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2006/07/20/how-to-query-active-directory-using-enterprise-manager/#comment-12456</guid>
		<description>SELECT * FROM OPENQUERY(ADSI,
    ';(&#38;(objectCategory=Person)(objectClass=user));name, adspath;subtree')

From http://msdn2.microsoft.com/en-us/library/aa746379.aspx</description>
		<content:encoded><![CDATA[<p>SELECT * FROM OPENQUERY(ADSI,<br />
    &#8216;;(&amp;(objectCategory=Person)(objectClass=user));name, adspath;subtree&#8217;)</p>
<p>From <a href="http://msdn2.microsoft.com/en-us/library/aa746379.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/aa746379.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://shepherdweb.com/2006/07/20/how-to-query-active-directory-using-enterprise-manager/#comment-1396</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Fri, 27 Oct 2006 02:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2006/07/20/how-to-query-active-directory-using-enterprise-manager/#comment-1396</guid>
		<description>Good point Stephen.  I also discovered, thanks to you, that it's better to filter your search results &lt;em&gt;inside&lt;/em&gt; the  parens (in your LDAP query), than outside.  I need to post an example since we had such a hard time finding this information documented anywhere.</description>
		<content:encoded><![CDATA[<p>Good point Stephen.  I also discovered, thanks to you, that it&#8217;s better to filter your search results <em>inside</em> the  parens (in your LDAP query), than outside.  I need to post an example since we had such a hard time finding this information documented anywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Smith</title>
		<link>http://shepherdweb.com/2006/07/20/how-to-query-active-directory-using-enterprise-manager/#comment-1395</link>
		<dc:creator>Stephen Smith</dc:creator>
		<pubDate>Fri, 27 Oct 2006 00:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2006/07/20/how-to-query-active-directory-using-enterprise-manager/#comment-1395</guid>
		<description>hmmmm . . . .this looks vaguely familiar . . .

You might want to mention that this won't work so well if your query is returning over 1000 records (the default AD return limit).</description>
		<content:encoded><![CDATA[<p>hmmmm . . . .this looks vaguely familiar . . .</p>
<p>You might want to mention that this won&#8217;t work so well if your query is returning over 1000 records (the default AD return limit).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
