<?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 for 0direction blog</title>
	<atom:link href="http://0direction.com/blog/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://0direction.com/blog</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</generator>
	<item>
		<title>Comment on Using command line variables with Powershell by Alan</title>
		<link>http://0direction.com/blog/index.php/2008/11/12/using-command-line-variables-with-powershell/comment-page-1/#comment-2982</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Mon, 19 Jul 2010 20:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://0direction.com/blog/?p=157#comment-2982</guid>
		<description>I downloaded a script that contains param and would like to automate and schedule instead of entering variables but do not know how. Where could i find this information? 
Thanks for listening!
Alan</description>
		<content:encoded><![CDATA[<p>I downloaded a script that contains param and would like to automate and schedule instead of entering variables but do not know how. Where could i find this information?<br />
Thanks for listening!<br />
Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Manually removing an Altiris Recovery Solution server from a cluster by Reid Knight</title>
		<link>http://0direction.com/blog/index.php/2009/01/14/manually-removing-an-altiris-recovery-solution-server-from-a-cluster/comment-page-1/#comment-2856</link>
		<dc:creator>Reid Knight</dc:creator>
		<pubDate>Mon, 14 Jun 2010 09:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://0direction.com/blog/?p=226#comment-2856</guid>
		<description>Hehe am I really the only comment to this awesome writing?!?</description>
		<content:encoded><![CDATA[<p>Hehe am I really the only comment to this awesome writing?!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Manually removing an Altiris Recovery Solution server from a cluster by Alma Fuentes</title>
		<link>http://0direction.com/blog/index.php/2009/01/14/manually-removing-an-altiris-recovery-solution-server-from-a-cluster/comment-page-1/#comment-2854</link>
		<dc:creator>Alma Fuentes</dc:creator>
		<pubDate>Mon, 14 Jun 2010 07:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://0direction.com/blog/?p=226#comment-2854</guid>
		<description>Haha am I actually the only comment to your incredible post?!</description>
		<content:encoded><![CDATA[<p>Haha am I actually the only comment to your incredible post?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring Hosted Exchange 2007 using Powershell &#8211; Part 1 by oscar</title>
		<link>http://0direction.com/blog/index.php/2009/07/15/configuring-hosted-exchange-2007-using-powershell-part-1/comment-page-1/#comment-2828</link>
		<dc:creator>oscar</dc:creator>
		<pubDate>Wed, 09 Jun 2010 14:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://0direction.com/blog/?p=277#comment-2828</guid>
		<description>$container = &quot;CN=$domain,CN=All Address Lists,$ALC&quot;
 
Add-QADPermission $container -User $DGROUPNAME -AccessRights GenericRead, ListChildren -ExtendedRights Open-Address-Book

This inpunt neets an account, but i dont know wich accout it means? Could you help me out?</description>
		<content:encoded><![CDATA[<p>$container = &#8220;CN=$domain,CN=All Address Lists,$ALC&#8221;</p>
<p>Add-QADPermission $container -User $DGROUPNAME -AccessRights GenericRead, ListChildren -ExtendedRights Open-Address-Book</p>
<p>This inpunt neets an account, but i dont know wich accout it means? Could you help me out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using email notifications on DPM 2007 setup with a remote SQL server by Lorrine Plumbar</title>
		<link>http://0direction.com/blog/index.php/2008/11/10/using-email-notifications-on-dpm-2007-setup-with-a-remote-sql-server/comment-page-1/#comment-2742</link>
		<dc:creator>Lorrine Plumbar</dc:creator>
		<pubDate>Sun, 23 May 2010 11:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://0direction.com/blog/?p=136#comment-2742</guid>
		<description>I am very thankful for your great wordpress blog. I say thanks for your Blog.  I will set a bookmark from my site. &lt;a href=&quot;http://www.thedietexperts.net/&quot; rel=&quot;nofollow&quot;&gt;diet expert&lt;/A&gt;</description>
		<content:encoded><![CDATA[<p>I am very thankful for your great wordpress blog. I say thanks for your Blog.  I will set a bookmark from my site. <a href="http://www.thedietexperts.net/" rel="nofollow">diet expert</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lookup reverse records of multiple IPs with Powershell 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>Comment on Updating DPM agents through Windows Firewall by mIchael</title>
		<link>http://0direction.com/blog/index.php/2008/10/31/updating-dpm-agents-through-windows-firewall/comment-page-1/#comment-2404</link>
		<dc:creator>mIchael</dc:creator>
		<pubDate>Tue, 13 Apr 2010 02:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://0direction.com/blog/?p=84#comment-2404</guid>
		<description>Strange things ... where  can i find this dpmac.exe at client pc ?</description>
		<content:encoded><![CDATA[<p>Strange things &#8230; where  can i find this dpmac.exe at client pc ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending an email with Powershell by cisco exam</title>
		<link>http://0direction.com/blog/index.php/2009/10/09/sending-an-email-with-powershell/comment-page-1/#comment-2296</link>
		<dc:creator>cisco exam</dc:creator>
		<pubDate>Fri, 19 Mar 2010 10:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://0direction.com/blog/?p=221#comment-2296</guid>
		<description>Sending E-mail some times produces errors in connection.</description>
		<content:encoded><![CDATA[<p>Sending E-mail some times produces errors in connection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using standard windows environment variables in PowerShell by ExcalaEnemn</title>
		<link>http://0direction.com/blog/index.php/2008/10/28/using-standard-windows-environment-variables-in-powershell/comment-page-1/#comment-2222</link>
		<dc:creator>ExcalaEnemn</dc:creator>
		<pubDate>Sun, 07 Mar 2010 17:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://0direction.com/blog/?p=66#comment-2222</guid>
		<description>Many thanks!</description>
		<content:encoded><![CDATA[<p>Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring Hosted Exchange 2007 using Powershell &#8211; Part 1 by James</title>
		<link>http://0direction.com/blog/index.php/2009/07/15/configuring-hosted-exchange-2007-using-powershell-part-1/comment-page-1/#comment-982</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 21 Oct 2009 08:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://0direction.com/blog/?p=277#comment-982</guid>
		<description>Agree with Simon, a great article and looking forward to reading the next part.

(which I have just spotted the link to!)</description>
		<content:encoded><![CDATA[<p>Agree with Simon, a great article and looking forward to reading the next part.</p>
<p>(which I have just spotted the link to!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
