<?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: Active Directory Saved Queries Templates</title>
	<atom:link href="http://www.kreslavsky.com/2008/08/active-directory-saved-queries-templates.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kreslavsky.com/2008/08/active-directory-saved-queries-templates.html</link>
	<description>News, guides, and tips to antivirus programmes, scripts, and security</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:39:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dmitry</title>
		<link>http://www.kreslavsky.com/2008/08/active-directory-saved-queries-templates.html#comment-2974</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Fri, 25 Nov 2011 10:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kreslavsky.com/?p=275#comment-2974</guid>
		<description>Greeting AD Developer!
Thanks a lot for current article! I have one more issue. It is required the following:
Find all accounts in AD which have no changed their passwords more thank 6 months for example.
Many thanks.</description>
		<content:encoded><![CDATA[<p>Greeting AD Developer!<br />
Thanks a lot for current article! I have one more issue. It is required the following:<br />
Find all accounts in AD which have no changed their passwords more thank 6 months for example.<br />
Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://www.kreslavsky.com/2008/08/active-directory-saved-queries-templates.html#comment-103</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Mon, 04 Jul 2011 12:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kreslavsky.com/?p=275#comment-103</guid>
		<description>Thanks ..
Verry good list.

Adding mine :)
SQL Servers (running on Windows 2003) (please verify in your environment)
(&amp;(objectCategory=computer)(servicePrincipalName=MSSQLSvc*)(operatingSystem=Windows Server 2003))

SQL Servers any Windows Server OS
(&amp;(objectCategory=computer)(servicePrincipalName=MSSQLSvc*)(operatingSystem=Windows Server*))

Exchange Servers (running on Windows 2003) (please verify in your environment)
(&amp;(objectCategory=computer)(servicePrincipalName=exchangeMDB*)(operatingSystem=Windows Server 2003))

Exchange Servers any Windows Server OS
(&amp;(objectCategory=computer)(servicePrincipalName=exchangeMDB*)(operatingSystem=Windows Server*))

Windows Vista SP1
(&amp;(objectCategory=computer)(operatingSystem=Windows Vista*)(operatingSystemServicePack=Service Pack 1))

Windows Server 2008 Enterprise
(&amp;(objectCategory=computer)(operatingSystem=Windows Server® 2008 Enterprise)(operatingSystemServicePack=Service Pack 1))

Windows Server 2008 (all versions)
(&amp;(objectCategory=computer)(operatingSystem=Windows Server® 2008*))</description>
		<content:encoded><![CDATA[<p>Thanks ..<br />
Verry good list.</p>
<p>Adding mine <img src='http://www.kreslavsky.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
SQL Servers (running on Windows 2003) (please verify in your environment)<br />
(&amp;(objectCategory=computer)(servicePrincipalName=MSSQLSvc*)(operatingSystem=Windows Server 2003))</p>
<p>SQL Servers any Windows Server OS<br />
(&amp;(objectCategory=computer)(servicePrincipalName=MSSQLSvc*)(operatingSystem=Windows Server*))</p>
<p>Exchange Servers (running on Windows 2003) (please verify in your environment)<br />
(&amp;(objectCategory=computer)(servicePrincipalName=exchangeMDB*)(operatingSystem=Windows Server 2003))</p>
<p>Exchange Servers any Windows Server OS<br />
(&amp;(objectCategory=computer)(servicePrincipalName=exchangeMDB*)(operatingSystem=Windows Server*))</p>
<p>Windows Vista SP1<br />
(&amp;(objectCategory=computer)(operatingSystem=Windows Vista*)(operatingSystemServicePack=Service Pack 1))</p>
<p>Windows Server 2008 Enterprise<br />
(&amp;(objectCategory=computer)(operatingSystem=Windows Server® 2008 Enterprise)(operatingSystemServicePack=Service Pack 1))</p>
<p>Windows Server 2008 (all versions)<br />
(&amp;(objectCategory=computer)(operatingSystem=Windows Server® 2008*))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mali Levi</title>
		<link>http://www.kreslavsky.com/2008/08/active-directory-saved-queries-templates.html#comment-102</link>
		<dc:creator>Mali Levi</dc:creator>
		<pubDate>Mon, 04 Jul 2011 12:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kreslavsky.com/?p=275#comment-102</guid>
		<description>Adding few more

2008 Servers – Domain Controler quiery
(&amp;(&amp;(&amp;(&amp;(primaryGroupID=516)(objectCategory=computer)(operatingSystem=Windows Server* 2008*)))))

Disabled Computer Acounts

(&amp;(&amp;(objectCategory=computer)(userAccountControl:1.2.840.113556.1.4.803:=2)))

Enabled Computer Acounts

(&amp;(&amp;(&amp;(objectCategory=computer)(!userAccountControl:1.2.840.113556.1.4.803:=2))))</description>
		<content:encoded><![CDATA[<p>Adding few more</p>
<p>2008 Servers – Domain Controler quiery<br />
(&amp;(&amp;(&amp;(&amp;(primaryGroupID=516)(objectCategory=computer)(operatingSystem=Windows Server* 2008*)))))</p>
<p>Disabled Computer Acounts</p>
<p>(&amp;(&amp;(objectCategory=computer)(userAccountControl:1.2.840.113556.1.4.803:=2)))</p>
<p>Enabled Computer Acounts</p>
<p>(&amp;(&amp;(&amp;(objectCategory=computer)(!userAccountControl:1.2.840.113556.1.4.803:=2))))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryce</title>
		<link>http://www.kreslavsky.com/2008/08/active-directory-saved-queries-templates.html#comment-101</link>
		<dc:creator>Bryce</dc:creator>
		<pubDate>Thu, 20 Aug 2009 14:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kreslavsky.com/?p=275#comment-101</guid>
		<description>Very helpful list! Here are some others i use often:

List all Distribution Groups
(&amp;(&#124;(&amp;(objectCategory=Group)(objectClass=Group)(&#124;(groupType=8)(groupType=4)(groupType=2)))(objectCategory=ms-Exch-Dynamic-Distribution-List)(objectClass=msExchDynamicDistributionList)))

List all Security Groups (my security Groups have the &quot;sec-&quot; prefix convention, many other people use this is something similarly identifiable).
(&amp;(objectCategory=group)(name=sec-*))</description>
		<content:encoded><![CDATA[<p>Very helpful list! Here are some others i use often:</p>
<p>List all Distribution Groups<br />
(&amp;(|(&amp;(objectCategory=Group)(objectClass=Group)(|(groupType=8)(groupType=4)(groupType=2)))(objectCategory=ms-Exch-Dynamic-Distribution-List)(objectClass=msExchDynamicDistributionList)))</p>
<p>List all Security Groups (my security Groups have the &#8220;sec-&#8221; prefix convention, many other people use this is something similarly identifiable).<br />
(&amp;(objectCategory=group)(name=sec-*))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Find Email in Active Directory Domain &#124; www.kreslavsky.com</title>
		<link>http://www.kreslavsky.com/2008/08/active-directory-saved-queries-templates.html#comment-100</link>
		<dc:creator>Find Email in Active Directory Domain &#124; www.kreslavsky.com</dc:creator>
		<pubDate>Mon, 16 Mar 2009 10:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kreslavsky.com/?p=275#comment-100</guid>
		<description>[...] 2008 by Gil Kreslavsky  Discuss this article &#187;      In windows 2003 and later you can use AD saved queries , but for windows 2000 domain the only way is by using CSVDE/LDIFDE The following command should do [...] </description>
		<content:encoded><![CDATA[<p>[...] 2008 by Gil Kreslavsky  Discuss this article &raquo;      In windows 2003 and later you can use AD saved queries , but for windows 2000 domain the only way is by using CSVDE/LDIFDE The following command should do [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint Blog - René Hézser</title>
		<link>http://www.kreslavsky.com/2008/08/active-directory-saved-queries-templates.html#comment-99</link>
		<dc:creator>SharePoint Blog - René Hézser</dc:creator>
		<pubDate>Mon, 16 Mar 2009 07:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kreslavsky.com/?p=275#comment-99</guid>
		<description>&lt;strong&gt;Apply a LDAP Filter for User Profile Import...&lt;/strong&gt;

   With MOSS (Microsoft Office SharePoint Server 2007) you c ......</description>
		<content:encoded><![CDATA[<p><strong>Apply a LDAP Filter for User Profile Import&#8230;</strong></p>
<p>   With MOSS (Microsoft Office SharePoint Server 2007) you c &#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gil Kreslavsky</title>
		<link>http://www.kreslavsky.com/2008/08/active-directory-saved-queries-templates.html#comment-98</link>
		<dc:creator>Gil Kreslavsky</dc:creator>
		<pubDate>Tue, 10 Mar 2009 16:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.kreslavsky.com/?p=275#comment-98</guid>
		<description>Rainer,
Thank you for the fix</description>
		<content:encoded><![CDATA[<p>Rainer,<br />
Thank you for the fix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rainer</title>
		<link>http://www.kreslavsky.com/2008/08/active-directory-saved-queries-templates.html#comment-97</link>
		<dc:creator>Rainer</dc:creator>
		<pubDate>Tue, 10 Mar 2009 16:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.kreslavsky.com/?p=275#comment-97</guid>
		<description>Finds all disabled accounts in active directory
(objectCategory=person)(objectClass=user)(!useraccountcontrol:1.2.840.113556.1.4.803:=2)

Above is not working (finds all except disabled). It should be:

(&amp;(objectCategory=person)(objectClass=user)(useraccountcontrol:1.2.840.113556.1.4.803:=2))</description>
		<content:encoded><![CDATA[<p>Finds all disabled accounts in active directory<br />
(objectCategory=person)(objectClass=user)(!useraccountcontrol:1.2.840.113556.1.4.803:=2)</p>
<p>Above is not working (finds all except disabled). It should be:</p>
<p>(&amp;(objectCategory=person)(objectClass=user)(useraccountcontrol:1.2.840.113556.1.4.803:=2))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rainer</title>
		<link>http://www.kreslavsky.com/2008/08/active-directory-saved-queries-templates.html#comment-96</link>
		<dc:creator>Rainer</dc:creator>
		<pubDate>Tue, 10 Mar 2009 16:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kreslavsky.com/?p=275#comment-96</guid>
		<description>Find all Server 2008
(&amp;(&amp;(&amp;(&amp;(samAccountType=805306369)(!(primaryGroupId=516)))(objectCategory=computer)(operatingSystem=Windows Server 2008*))))

Above does not find any Windows 2008 Servers. This does:

(&amp;(&amp;(&amp;(&amp;(&amp;(samAccountType=805306369)(!(primaryGroupId=516)))(objectCategory=computer)(operatingSystem=Windows Server* 2008*)))))</description>
		<content:encoded><![CDATA[<p>Find all Server 2008<br />
(&amp;(&amp;(&amp;(&amp;(samAccountType=805306369)(!(primaryGroupId=516)))(objectCategory=computer)(operatingSystem=Windows Server 2008*))))</p>
<p>Above does not find any Windows 2008 Servers. This does:</p>
<p>(&amp;(&amp;(&amp;(&amp;(&amp;(samAccountType=805306369)(!(primaryGroupId=516)))(objectCategory=computer)(operatingSystem=Windows Server* 2008*)))))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

