<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Top Ten Favorite PowerShell Tricks: Part 1</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/06/18/top-ten-favorite-powershell-tricks-part-1.aspx</link><description>Summary : Microsoft Scripting Guy, Ed Wilson, shares four of his top ten favorite Windows PowerShell tricks in this first of two articles.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Top Ten Favorite PowerShell Tricks: Part 1</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/06/18/top-ten-favorite-powershell-tricks-part-1.aspx#3546097</link><pubDate>Tue, 15 Jan 2013 21:51:07 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3546097</guid><dc:creator>leo</dc:creator><description>&lt;p&gt;how to unjoined and re-joined the computer in the active directory instead of windows to powershell command&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3546097" width="1" height="1"&gt;</description></item><item><title>re: Top Ten Favorite PowerShell Tricks: Part 1</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/06/18/top-ten-favorite-powershell-tricks-part-1.aspx#3463230</link><pubDate>Thu, 03 Nov 2011 23:31:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3463230</guid><dc:creator>ed wilson</dc:creator><description>&lt;p&gt;@JRV that is a really cool trick. &lt;/p&gt;
&lt;p&gt;@Bigteddy I love the Start-Transcript. It is in fact, the FIRST cmdlet I teach to a class when I am teaching Windows PowerShell. I put it in my profile as well.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3463230" width="1" height="1"&gt;</description></item><item><title>re: Top Ten Favorite PowerShell Tricks: Part 1</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/06/18/top-ten-favorite-powershell-tricks-part-1.aspx#3436211</link><pubDate>Sat, 18 Jun 2011 15:28:26 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3436211</guid><dc:creator>Bigteddy</dc:creator><description>&lt;p&gt;I love that Start-Transcript! &amp;nbsp;I put the following function in my personal powershell profile:&lt;/p&gt;
&lt;p&gt;function trans { notepad myTranscript.txt }, so I can easily scroll through it by type &amp;quot;trans&amp;quot;.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3436211" width="1" height="1"&gt;</description></item><item><title>re: Top Ten Favorite PowerShell Tricks: Part 1</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/06/18/top-ten-favorite-powershell-tricks-part-1.aspx#3436202</link><pubDate>Sat, 18 Jun 2011 11:36:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3436202</guid><dc:creator>jrv</dc:creator><description>&lt;p&gt;Ed - you forgot to mention Trick #5: (useful in scripts)&lt;/p&gt;
&lt;p&gt;PS&amp;gt;$myprop=&amp;#39;startinfo&amp;#39;&lt;/p&gt;
&lt;p&gt;PS&amp;gt;(Get-Process -id 868).$myprop&lt;/p&gt;
&lt;p&gt;Verb &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:&lt;/p&gt;
&lt;p&gt;Arguments &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&lt;/p&gt;
&lt;p&gt;CreateNoWindow &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: False&lt;/p&gt;
&lt;p&gt;EnvironmentVariables &amp;nbsp; &amp;nbsp;: {pathext, java_home, homepath, footest...}&lt;/p&gt;
&lt;p&gt;RedirectStandardInput &amp;nbsp; : False&lt;/p&gt;
&lt;p&gt;RedirectStandardOutput &amp;nbsp;: False&lt;/p&gt;
&lt;p&gt;RedirectStandardError &amp;nbsp; : False&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3436202" width="1" height="1"&gt;</description></item></channel></rss>