<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dillon Amburgey&#039;s Blog &#187; server2003</title>
	<atom:link href="http://blog.dillona.com/tag/server2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dillona.com</link>
	<description>A selection of my thoughts</description>
	<lastBuildDate>Thu, 24 Jun 2010 16:57:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Find inactive computers in Active Directory</title>
		<link>http://blog.dillona.com/2009/07/14/find-inactive-computers-in-active-directory/</link>
		<comments>http://blog.dillona.com/2009/07/14/find-inactive-computers-in-active-directory/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 15:36:14 +0000</pubDate>
		<dc:creator>Dillon Amburgey</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[activedirectory]]></category>
		<category><![CDATA[server2003]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://blog.dillona.com/?p=25</guid>
		<description><![CDATA[This has been a particularly troublesome problem today, and I thought I&#8217;d help others out by sharing the fix that I found. Active Directory can easily get littered with unused computers in large organizations, and before today, I didn&#8217;t know how to find and remove them. On computers with the Server 2003 Support Tools installed, [...]]]></description>
			<content:encoded><![CDATA[<p>This has been a particularly troublesome problem today, and I thought I&#8217;d help others out by sharing the fix that I found.</p>
<p>Active Directory can easily get littered with unused computers in large organizations, and before today, I didn&#8217;t know how to find and remove them.</p>
<p>On computers with the Server 2003 Support Tools installed, you can use dsquery to find inactive computers. For example to find computers that have been inactive for 13 weeks, you can use &#8220;dsquery computer -inactive 13 -limit 0&#8243;</p>
<p>That list can be used to automatically delete them from AD using &#8220;dsquery computer -inactive 13 -limit 0 | dsrm&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dillona.com/2009/07/14/find-inactive-computers-in-active-directory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
