<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>PowerShell PowerPack Download</title><link>http://blogs.msdn.com/b/buckwoody/archive/2010/04/07/powershell-powerpack-download.aspx</link><description>I read Jeffery Hicks’ article in this month’s Redmond Magazine on a new add-in for Windows PowerShell 2.0. It’s called the PowerShell Pack and it has a some great new features that I plan to put into place on my production systems as soon as I finished</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: PowerShell PowerPack Download</title><link>http://blogs.msdn.com/b/buckwoody/archive/2010/04/07/powershell-powerpack-download.aspx#10000319</link><pubDate>Wed, 21 Apr 2010 21:46:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10000319</guid><dc:creator>mbourgon</dc:creator><description>&lt;p&gt;Installing the powershellpack and trying to do a sample Hello World was a beating. &amp;nbsp;Now that I have it up I'll see what I can get set up for a frontend, but to get there was (word of the day) Sisyphean.&lt;/p&gt;
&lt;p&gt;* download Powershell&lt;/p&gt;
&lt;p&gt;* download PowerShellPack&lt;/p&gt;
&lt;p&gt;* install both&lt;/p&gt;
&lt;p&gt;* start Powershell&lt;/p&gt;
&lt;p&gt;* Set-ExecutionPolicy Unrestricted (so I can run scripts)&lt;/p&gt;
&lt;p&gt;* Import-Module PowerShellPack (needs to be done each time)&lt;/p&gt;
&lt;p&gt;* Hit ctrl+c because it's going to ask me once per script, and there are about 50. And, each time I run powershell.&lt;/p&gt;
&lt;p&gt;* Set-ExecutionPolicy Bypass (hello, usefulness, goodbye protection. Grrrr)&lt;/p&gt;
&lt;p&gt;* Import-Module PowerShellPack &lt;/p&gt;
&lt;p&gt;* Import-Module WPK&lt;/p&gt;
&lt;p&gt;* New-Label &amp;quot;Hello, World&amp;quot; -Show&lt;/p&gt;
&lt;p&gt;* get odd error: Exception calling &amp;quot;.ctor&amp;quot; with &amp;quot;0&amp;quot; argument(s): &amp;quot;The calling thread must be STA, because many UI components require this.&amp;quot;&lt;/p&gt;
&lt;p&gt;* read blog&lt;/p&gt;
&lt;p&gt;* change shortcut to Powershell to add -STA&lt;/p&gt;
&lt;p&gt;* restart Powershell&lt;/p&gt;
&lt;p&gt;* Import-Module PowerShellPack &lt;/p&gt;
&lt;p&gt;* Import-Module WPK&lt;/p&gt;
&lt;p&gt;* New-Label &amp;quot;Hello, World&amp;quot; -Show&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10000319" width="1" height="1"&gt;</description></item></channel></rss>