<?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: How to retrieve a list of Computer Accounts from Active Directory</title>
	<atom:link href="http://www.powershellpro.com/computernames-activedirectory/149/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershellpro.com/computernames-activedirectory/149/</link>
	<description>Sharing the Experience</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:09:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bill Scrivener</title>
		<link>http://www.powershellpro.com/computernames-activedirectory/149/comment-page-1/#comment-535</link>
		<dc:creator>Bill Scrivener</dc:creator>
		<pubDate>Thu, 18 Nov 2010 03:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/computernames-activedirectory/149/#comment-535</guid>
		<description>Where and how exactly do you set the MaxPageSize to be greater than 1000?  When I execute this PS, I only get 1000 names back, and I know there are more than 1000 computers in our AD.  Thanks.</description>
		<content:encoded><![CDATA[<p>Where and how exactly do you set the MaxPageSize to be greater than 1000?  When I execute this PS, I only get 1000 names back, and I know there are more than 1000 computers in our AD.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Hamrick</title>
		<link>http://www.powershellpro.com/computernames-activedirectory/149/comment-page-1/#comment-353</link>
		<dc:creator>Jesse Hamrick</dc:creator>
		<pubDate>Tue, 16 Jun 2009 16:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/computernames-activedirectory/149/#comment-353</guid>
		<description>Running the script I received over three thousands results. If you want to set the MaxPageSize.

MaxPageSize = 1000
&quot;The maximum number of objects that are returned in a single search result, independent of how large each returned object is. To perform a search where the result might exceed this number of objects, the client must specify the paged search control.&quot; -BSonPosh

RFC for paged request:
http://www.rfc-archive.org/getrfc.php?rfc=2696</description>
		<content:encoded><![CDATA[<p>Running the script I received over three thousands results. If you want to set the MaxPageSize.</p>
<p>MaxPageSize = 1000<br />
&#8220;The maximum number of objects that are returned in a single search result, independent of how large each returned object is. To perform a search where the result might exceed this number of objects, the client must specify the paged search control.&#8221; -BSonPosh</p>
<p>RFC for paged request:<br />
<a href="http://www.rfc-archive.org/getrfc.php?rfc=2696" rel="nofollow">http://www.rfc-archive.org/getrfc.php?rfc=2696</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC</title>
		<link>http://www.powershellpro.com/computernames-activedirectory/149/comment-page-1/#comment-352</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Tue, 16 Jun 2009 15:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/computernames-activedirectory/149/#comment-352</guid>
		<description>What about Paged Queries ? 
My AD only returns the 1st 1000 objects (as it should)...</description>
		<content:encoded><![CDATA[<p>What about Paged Queries ?<br />
My AD only returns the 1st 1000 objects (as it should)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JKW</title>
		<link>http://www.powershellpro.com/computernames-activedirectory/149/comment-page-1/#comment-287</link>
		<dc:creator>JKW</dc:creator>
		<pubDate>Thu, 19 Feb 2009 15:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/computernames-activedirectory/149/#comment-287</guid>
		<description>I found Quest&#039;s tombstone (not the actual name) cmdlet to be faulty.  As such, I decided not to use any of their other cmdlets.</description>
		<content:encoded><![CDATA[<p>I found Quest&#8217;s tombstone (not the actual name) cmdlet to be faulty.  As such, I decided not to use any of their other cmdlets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Hamrick</title>
		<link>http://www.powershellpro.com/computernames-activedirectory/149/comment-page-1/#comment-47</link>
		<dc:creator>Jesse Hamrick</dc:creator>
		<pubDate>Thu, 10 Jan 2008 20:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/computernames-activedirectory/149/#comment-47</guid>
		<description>Steven,
Thanks for the additional info. Custom cmdlets are a great feature of PowerShell. In fact, if you are savy with C# programming you can build your own cmdlets just like Quest. &lt;a href=&quot;http://www.powershellpro.com/powershell-book-powershellprogramming-2/163/&quot; rel=&quot;nofollow&quot;&gt;Here is the new developers book for PowerShell Programming&lt;/a&gt;...</description>
		<content:encoded><![CDATA[<p>Steven,<br />
Thanks for the additional info. Custom cmdlets are a great feature of PowerShell. In fact, if you are savy with C# programming you can build your own cmdlets just like Quest. <a href="http://www.powershellpro.com/powershell-book-powershellprogramming-2/163/" rel="nofollow">Here is the new developers book for PowerShell Programming</a>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Murawski</title>
		<link>http://www.powershellpro.com/computernames-activedirectory/149/comment-page-1/#comment-46</link>
		<dc:creator>Steven Murawski</dc:creator>
		<pubDate>Thu, 10 Jan 2008 19:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/computernames-activedirectory/149/#comment-46</guid>
		<description>That is one way to do it.  Another would be Get-QADComputer, which is a cmdlet supplied by Quest (for free!).  Their cmdlets make working with Active Directory much, much easier, and turn your above script into &quot;Get-QADComputer &#124; Select-Object -Property name&quot; for the same result.</description>
		<content:encoded><![CDATA[<p>That is one way to do it.  Another would be Get-QADComputer, which is a cmdlet supplied by Quest (for free!).  Their cmdlets make working with Active Directory much, much easier, and turn your above script into &#8220;Get-QADComputer | Select-Object -Property name&#8221; for the same result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Moreau</title>
		<link>http://www.powershellpro.com/computernames-activedirectory/149/comment-page-1/#comment-45</link>
		<dc:creator>Tom Moreau</dc:creator>
		<pubDate>Thu, 10 Jan 2008 19:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/computernames-activedirectory/149/#comment-45</guid>
		<description>Very kewl!</description>
		<content:encoded><![CDATA[<p>Very kewl!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

