<?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: Lookup reverse records of multiple IPs with Powershell</title>
	<atom:link href="http://0direction.com/blog/index.php/2009/07/08/lookup-reverse-records-of-multiple-ips-with-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://0direction.com/blog/index.php/2009/07/08/lookup-reverse-records-of-multiple-ips-with-powershell/</link>
	<description>Everybody get your shell on!</description>
	<lastBuildDate>Mon, 19 Jul 2010 20:53:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Cruisader03</title>
		<link>http://0direction.com/blog/index.php/2009/07/08/lookup-reverse-records-of-multiple-ips-with-powershell/comment-page-1/#comment-2476</link>
		<dc:creator>Cruisader03</dc:creator>
		<pubDate>Wed, 21 Apr 2010 15:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://0direction.com/blog/?p=224#comment-2476</guid>
		<description>Instead of using legacy apps, why not let PoSh and .NET do the work (and in a one-liner):

GC nslookup.txt &#124; % {([System.Net.DNS]::GetHostByAddress($_)).AddressList} &#124; Export-CSV &quot;nslookup.csv&quot; -NoTypeInformation -Force</description>
		<content:encoded><![CDATA[<p>Instead of using legacy apps, why not let PoSh and .NET do the work (and in a one-liner):</p>
<p>GC nslookup.txt | % {([System.Net.DNS]::GetHostByAddress($_)).AddressList} | Export-CSV &#8220;nslookup.csv&#8221; -NoTypeInformation -Force</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory</title>
		<link>http://0direction.com/blog/index.php/2009/07/08/lookup-reverse-records-of-multiple-ips-with-powershell/comment-page-1/#comment-79</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Thu, 09 Jul 2009 12:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://0direction.com/blog/?p=224#comment-79</guid>
		<description>Thanks Shay.  I&#039;m relatively new to Powershell and a lot of the things Ive written are wrapped around native Windows shell commands and WMI.  Slowly dipping into the .NET classes :-).</description>
		<content:encoded><![CDATA[<p>Thanks Shay.  I&#8217;m relatively new to Powershell and a lot of the things Ive written are wrapped around native Windows shell commands and WMI.  Slowly dipping into the .NET classes <img src='http://0direction.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
