<?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: Finding Recently Created Active Directory Accounts</title>
	<atom:link href="http://blog.scottlowe.org/2006/10/11/finding-recently-created-active-directory-accounts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2006/10/11/finding-recently-created-active-directory-accounts/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Thu, 20 Nov 2008 12:33:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: someone</title>
		<link>http://blog.scottlowe.org/2006/10/11/finding-recently-created-active-directory-accounts/#comment-40543</link>
		<dc:creator>someone</dc:creator>
		<pubDate>Tue, 12 Aug 2008 18:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=345#comment-40543</guid>
		<description>your query should actually read like this:

"(&#38;(&#124;(objectCategory=Person)
(objectClass=User))(whenCreated&#62;=20061001000000.0Z))"

the way it is now, an account would have to fulfill both objectCategory=Person and objectClass=user which at least in my environment produced no results.</description>
		<content:encoded><![CDATA[<p>your query should actually read like this:</p>
<p>&#8220;(&amp;(|(objectCategory=Person)<br />
(objectClass=User))(whenCreated&gt;=20061001000000.0Z))&#8221;</p>
<p>the way it is now, an account would have to fulfill both objectCategory=Person and objectClass=user which at least in my environment produced no results.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
