<?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: Windows PowerShell Aliases</title>
	<atom:link href="http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-powershell-aliases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershellpro.com</link>
	<description>Sharing the Experience</description>
	<lastBuildDate>Mon, 06 Sep 2010 23:05:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Subbu</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-powershell-aliases/comment-page-1/#comment-517</link>
		<dc:creator>Subbu</dc:creator>
		<pubDate>Sat, 04 Sep 2010 20:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-aliases/#comment-517</guid>
		<description>Excelllent! very elegant and simple. Thank You.</description>
		<content:encoded><![CDATA[<p>Excelllent! very elegant and simple. Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-powershell-aliases/comment-page-1/#comment-505</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 03 Aug 2010 17:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-aliases/#comment-505</guid>
		<description>This is really good! a few years ago I slogged through a few chapters of a book on PS and found it interesting but kind of obtuse.  Your Tutorial is very elegent and makes practical sense!</description>
		<content:encoded><![CDATA[<p>This is really good! a few years ago I slogged through a few chapters of a book on PS and found it interesting but kind of obtuse.  Your Tutorial is very elegent and makes practical sense!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik N.</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-powershell-aliases/comment-page-1/#comment-404</link>
		<dc:creator>Erik N.</dc:creator>
		<pubDate>Tue, 15 Sep 2009 18:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-aliases/#comment-404</guid>
		<description>Great tutorials.. I have been using the virtual labs from MS and these are by far much easier to understand and follow.  Thank you so much for your hard work on these..</description>
		<content:encoded><![CDATA[<p>Great tutorials.. I have been using the virtual labs from MS and these are by far much easier to understand and follow.  Thank you so much for your hard work on these..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T Pops</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-powershell-aliases/comment-page-1/#comment-347</link>
		<dc:creator>T Pops</dc:creator>
		<pubDate>Thu, 04 Jun 2009 13:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-aliases/#comment-347</guid>
		<description>Bingo Little: Try typing &quot;Get-Help Set-ExecutionPolicy -Full&quot;

In the &quot;NOTES&quot; section of the help text it explains that &quot;the new user preference is written to the registry and remains unchanged until you change it.&quot;</description>
		<content:encoded><![CDATA[<p>Bingo Little: Try typing &#8220;Get-Help Set-ExecutionPolicy -Full&#8221;</p>
<p>In the &#8220;NOTES&#8221; section of the help text it explains that &#8220;the new user preference is written to the registry and remains unchanged until you change it.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-powershell-aliases/comment-page-1/#comment-318</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 13 Apr 2009 03:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-aliases/#comment-318</guid>
		<description>As already mentioned the Vista executionPolicy errors can be corrected by running as administrator.  You can do this from the start menu by right clicking on powershell and choosing Run As Administrator.  Or alternatively, if you&#039;ve set up a desktop shortcut for powershell, right click on the the icon, choose properties, then choose the shortcut tab in the properties window. On that tab, click the advanced button and check the Run as administrator box in the resulting advanced properties window. 
Of course, all this assumes you&#039;ve logged on as an admin user in the first place.</description>
		<content:encoded><![CDATA[<p>As already mentioned the Vista executionPolicy errors can be corrected by running as administrator.  You can do this from the start menu by right clicking on powershell and choosing Run As Administrator.  Or alternatively, if you&#8217;ve set up a desktop shortcut for powershell, right click on the the icon, choose properties, then choose the shortcut tab in the properties window. On that tab, click the advanced button and check the Run as administrator box in the resulting advanced properties window.<br />
Of course, all this assumes you&#8217;ve logged on as an admin user in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjay</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-powershell-aliases/comment-page-1/#comment-317</link>
		<dc:creator>Arjay</dc:creator>
		<pubDate>Wed, 08 Apr 2009 07:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-aliases/#comment-317</guid>
		<description>Nice! great tutorial. I hope I will understand more about PowerShells for my profession. Excellent! :)

@Drew

Kindly try this one:

PS D:\MyScripts&gt; Export-Alias 
cmdlet Export-Alias at command pipeline position 1
Supply values for the following parameters:
path[0]:aliases.txt 
path[1]: 

PS D:\MyScripts&gt; 
PS D:\MyScripts&gt; dir   &lt;-- check whether your txt file has been created.

Thanks.
-Arjay</description>
		<content:encoded><![CDATA[<p>Nice! great tutorial. I hope I will understand more about PowerShells for my profession. Excellent! <img src='http://www.powershellpro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Drew</p>
<p>Kindly try this one:</p>
<p>PS D:\MyScripts&gt; Export-Alias<br />
cmdlet Export-Alias at command pipeline position 1<br />
Supply values for the following parameters:<br />
path[0]:aliases.txt<br />
path[1]: </p>
<p>PS D:\MyScripts&gt;<br />
PS D:\MyScripts&gt; dir   &lt;&#8211; check whether your txt file has been created.</p>
<p>Thanks.<br />
-Arjay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-powershell-aliases/comment-page-1/#comment-312</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 30 Mar 2009 22:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-aliases/#comment-312</guid>
		<description>I love the tutorials so far! I ran into a problem though! 
I&#039;m trying to run:

export-alias -path Aliases.txt

and i&#039;m getting:

Export-Alias : Unknown error &quot;-1&quot;.
At line:1 char:13
+ export-alias  &lt;&lt;&lt;&lt; -path aliases.txt

I&#039;ve tried everything, but i&#039;m getting the same error! Can anyone tell me what I can do? Thanks!</description>
		<content:encoded><![CDATA[<p>I love the tutorials so far! I ran into a problem though!<br />
I&#8217;m trying to run:</p>
<p>export-alias -path Aliases.txt</p>
<p>and i&#8217;m getting:</p>
<p>Export-Alias : Unknown error &#8220;-1&#8243;.<br />
At line:1 char:13<br />
+ export-alias  &lt;&lt;&lt;&lt; -path aliases.txt</p>
<p>I&#8217;ve tried everything, but i&#8217;m getting the same error! Can anyone tell me what I can do? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-powershell-aliases/comment-page-1/#comment-307</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 21 Mar 2009 16:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-aliases/#comment-307</guid>
		<description>This is embarassing to say, but here goes.  The reason no result was produced is that the folder was empty.  Adding a sample file to the folder and running the commands again produced a listing o fthe sample file.</description>
		<content:encoded><![CDATA[<p>This is embarassing to say, but here goes.  The reason no result was produced is that the folder was empty.  Adding a sample file to the folder and running the commands again produced a listing o fthe sample file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-powershell-aliases/comment-page-1/#comment-306</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 21 Mar 2009 15:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-aliases/#comment-306</guid>
		<description>None of the following commands: dir, ls, gci, or Get-ChildItem produce any result.  Is my PowerShell not installed and configured correctly?  I am running on an XP Pro machine.

John</description>
		<content:encoded><![CDATA[<p>None of the following commands: dir, ls, gci, or Get-ChildItem produce any result.  Is my PowerShell not installed and configured correctly?  I am running on an XP Pro machine.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bingo Little</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/tutorial-powershell-aliases/comment-page-1/#comment-305</link>
		<dc:creator>Bingo Little</dc:creator>
		<pubDate>Mon, 16 Mar 2009 11:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-aliases/#comment-305</guid>
		<description>Great tutorial! Thanks.

Q: Does PS remember the ExecutionPolicy across sessions? How?</description>
		<content:encoded><![CDATA[<p>Great tutorial! Thanks.</p>
<p>Q: Does PS remember the ExecutionPolicy across sessions? How?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
