<?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: Powershell ADSI Query to Find Domain Controllers</title>
	<atom:link href="http://halr9000.com/article/433/feed" rel="self" type="application/rss+xml" />
	<link>http://halr9000.com/article/433</link>
	<description>(powershell &#38; other stuff)</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:56:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: bsonposh</title>
		<link>http://halr9000.com/article/433/comment-page-1#comment-5952</link>
		<dc:creator>bsonposh</dc:creator>
		<pubDate>Fri, 14 Sep 2007 16:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/433#comment-5952</guid>
		<description>Here is different way
$context = new-object System.DirectoryServices.ActiveDirectory.DirectoryContext(&quot;Domain&quot;,&quot;fully.qualified.domain.name&quot;)
$dclist = [System.DirectoryServices.ActiveDirectory.DomainController]::findall($context)
$dclist &#124; %{$_.name}

this will not only give you name, but all kinds of DC goodness

(note that &quot;Domain&quot; on line 1 is a literal string)</description>
		<content:encoded><![CDATA[<p>Here is different way<br />
$context = new-object System.DirectoryServices.ActiveDirectory.DirectoryContext(&#8220;Domain&#8221;,&#8221;fully.qualified.domain.name&#8221;)<br />
$dclist = [System.DirectoryServices.ActiveDirectory.DomainController]::findall($context)<br />
$dclist | %{$_.name}</p>
<p>this will not only give you name, but all kinds of DC goodness</p>
<p>(note that &#8220;Domain&#8221; on line 1 is a literal string)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Greer</title>
		<link>http://halr9000.com/article/433/comment-page-1#comment-5950</link>
		<dc:creator>Eric Greer</dc:creator>
		<pubDate>Fri, 14 Sep 2007 15:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/433#comment-5950</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trenton</title>
		<link>http://halr9000.com/article/433/comment-page-1#comment-5940</link>
		<dc:creator>trenton</dc:creator>
		<pubDate>Fri, 14 Sep 2007 11:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/433#comment-5940</guid>
		<description>...And tomorrow I will give you another assignment.  :)</description>
		<content:encoded><![CDATA[<p>&#8230;And tomorrow I will give you another assignment.  <img src='http://halr9000.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

