<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PowerShell Pro! &#187; PowerShell Downloads</title>
	<atom:link href="http://www.powershellpro.com/category/powershell-downloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershellpro.com</link>
	<description>Sharing the Experience</description>
	<lastBuildDate>Fri, 26 Jun 2009 16:26:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PowerShellASP</title>
		<link>http://www.powershellpro.com/powershellasp/212/</link>
		<comments>http://www.powershellpro.com/powershellasp/212/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 22:26:51 +0000</pubDate>
		<dc:creator>Jesse Hamrick</dc:creator>
				<category><![CDATA[PowerShell Downloads]]></category>

		<guid isPermaLink="false">http://www.powershellpro.com/powershellasp/212/</guid>
		<description><![CDATA[I can&#8217;t tell you how excited I am about PowerShellASP, but I will&#8230; While making the transition from VBScript to PowerShell there were two pieces of functionality that I could not live without; HTML Applications (HTA) and Dynamic .ASP web pages. This functionality allows me to distribute VBScripts wrapped in an application or as a [...]]]></description>
			<content:encoded><![CDATA[<p><a title="PowerShell ASP" href="http://www.powershellpro.com/wp-content/uploads/powershellasp.JPG"><img class="alignleft" style="border: 0pt none;" title="PowerShell ASP" src="http://www.powershellpro.com/wp-content/uploads/powershellasp.thumbnail.JPG" border="0" alt="PowerShell ASP" width="128" height="117" align="left" /></a>I can&#8217;t tell you how excited I am about PowerShellASP, but I will&#8230; While making the transition from VBScript to PowerShell there were two pieces of functionality that I could not live without; HTML Applications (HTA) and Dynamic .ASP web pages. This functionality allows me to distribute VBScripts wrapped in an application or as a web page. I&#8217;m able to (and still do) write code that is utilized by clients who have no scripting or programming background, like my mom!</p>
<p>Let me show you an example of what an HTA is so that you get a better picture..</p>
<p><span id="more-212"></span></p>
<p><strong>HTML Applications</strong></p>
<p>This is my Server Maintenance HTML Application Tool:</p>
<div class="wp-caption alignnone" style="width: 390px"><img style="border: 0pt none; margin: 2px;" title="HTA" src="http://www.powershellpro.com/wp-content/uploads/mainttool.JPG" border="0" alt="Maintenance Tool" width="380" height="480" /><p class="wp-caption-text">HTA</p></div>
<p>And here is a snippet of the code behind the scenes, notice that the VBScript code is wrapped in HTML:</p>
<div class="wp-caption alignnone" style="width: 390px"><img style="border: 0pt none; margin: 2px;" title="HTA VBScript Code" src="http://www.powershellpro.com/wp-content/uploads/maintcode.JPG" border="0" alt="Maintenance Code" width="380" height="511" /><p class="wp-caption-text">HTA VBScript Code</p></div>
<p>Basically an HTA is Internet Explorer with all the tool bars stripped out, looks just like a windows form application (okay close&#8230;).</p>
<p>What a great way to distribute your VBScript as a simple application. Distributing PowerShell scripts in the same fashion requires a .NET class called the Forms Class (Systems.Windows.Forms). We are starting to see Form editors for PowerShell emerge on the market, <a href="http://www.adminscripteditor.com/" target="_blank">the most well know being the AdminScriptEditor(ASE)</a>. But what about using PowerShell for dynamic web pages?</p>
<p><strong>ASP</strong></p>
<p>Dynamic web pages require some type of programming language to make them&#8230; well, dynamic! The language I use as an administrator is VBScript. Here is a simple web page that allows you to enter a computer name to check that the Anti-virus engine and dats are up-to-date.</p>
<p><img src="http://www.powershellpro.com/wp-content/uploads/webtool.JPG" border="0" alt="Web Tool" /></p>
<p>I know, not much to look at but it&#8217;s functional. The point is&#8230; I don&#8217;t have to distribute HTAs or PowerShell Windows Forms all over the place, I can centralize my tools on a website. Administrators in the organization can utilize this page and check their systems. So needles to say I was a bit disapointed that PowerShell was not supported in .ASP. Now that has finally changed and it was not Microsoft who came up with the answer&#8230;</p>
<p><strong>PowerShellASP</strong></p>
<p>From their site:</p>
<p class="style1">PowerShellASP is an ASP-like template language for Web Applications; templates contain a mixture of markup (HTML, XML or whatever you want to generate) and inline PowerShell code. At runtime, templates/pages are fully translated to PowerShell code and executed as a single unit inside a PowerShell pipeline, with the results sent to the client browser.</p>
<p class="style1">PowerShellASP runs off the ASP.NET platform, implemented as a custom IHttpHandler mapped to *.ps1x files. Because of this, you can mix PowerShellASP pages alongside any ASP.NET application. This provides a great way to leverage PowerShellASP inside your existing applications as needed or you can create complete applications from scratch based only on *.ps1x pages.</p>
<p class="style1"><a href="http://www.powershelltoys.com/" target="_blank">For anyone interested in PowerShellASP it is a Free download.</a></p>
Note: There is an email link embedded within this post, please visit this post to email it.
<p><script type="text/javascript"><!--
google_ad_client = "pub-7768408415611863";
google_ad_slot = "2413336635";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.powershellpro.com/powershellasp/212/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMWare VI Toolkit 1.0 Beta (for PowerShell)</title>
		<link>http://www.powershellpro.com/vmware-vitoolkit/183/</link>
		<comments>http://www.powershellpro.com/vmware-vitoolkit/183/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 17:24:50 +0000</pubDate>
		<dc:creator>Jesse Hamrick</dc:creator>
				<category><![CDATA[PowerShell Downloads]]></category>

		<guid isPermaLink="false">http://www.powershellpro.com/vmware-vitoolkit/183/</guid>
		<description><![CDATA[March 14th 2008, VMWare launches the beta release of the VI Toolkit. I&#39;m actually excited about this release as I manage a large ESX environment with over 100 VMs. The VI Toolkit provides 102 custom cmdlets written for ESX and VirtualCenter. So what can I do with these new cmdlets?

Here are some examples for the [...]]]></description>
			<content:encoded><![CDATA[<p>March 14th 2008, VMWare launches the beta release of the VI Toolkit. I&#39;m actually excited about this release as I manage a large ESX environment with over 100 VMs. The VI Toolkit provides 102 custom cmdlets written for ESX and VirtualCenter. So what can I do with these new cmdlets?</p>
<p><span id="more-183"></span></p>
<p>Here are some examples for the VMWare site:</p>
<p> <strong> Snapshot all of your virtual machines at once with a script like:</strong></p>
<div class="codesnip-container" >
<p> Get-VM | % { New-Snapshot -VM $_ -Name ($_.name + &quot;-current&quot;) }</p>
</div>
<p> <strong> Automate long-running tasks like cloning using a script like:</strong></p>
<div class="codesnip-container" >
<p> &nbsp;foreach ($i in 1..30) { Get-Template &quot;My Template&quot; | New-VM -Name &quot;Clone $i&quot; }</div>
<p> <strong> Disconnect connected CD-ROM drives (to enable VMware VMotion, for example) using a script like:</strong></p>
<div class="codesnip-container" >
<p> Get-VM | Get-CDDrive |&nbsp;&nbsp; `&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /> ? { $_.ConnectionState.Connected -eq &quot;true&quot; } | `<br /> Set-CDDrive -Connected:$false -Confirm:$false</p>
</div>
<p><strong>Documentation provided:</strong>&nbsp;&nbsp;&nbsp;</p>
<ul>
<li>VI API .Net Namespace Reference&nbsp;&nbsp;&nbsp;</li>
</ul>
<ul>
<li>VI Toolkit Cmdlets Reference</li>
</ul>
<p>Documentation location (default install): C:\Program Files\VMware\Infrastructure\VIToolkitForWindows</p>
<p><a href="http://www.vmware.com/beta/vitk_win/index.html" target="_blank">Click to Download the VMWare VI Toolkit</a></p>
Note: There is an email link embedded within this post, please visit this post to email it.
]]></content:encoded>
			<wfw:commentRss>http://www.powershellpro.com/vmware-vitoolkit/183/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download PowerShell 2.0 Community Technology Preview (CTP)</title>
		<link>http://www.powershellpro.com/powershell-20/120/</link>
		<comments>http://www.powershellpro.com/powershell-20/120/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 19:12:59 +0000</pubDate>
		<dc:creator>Jesse Hamrick</dc:creator>
				<category><![CDATA[PowerShell Downloads]]></category>

		<guid isPermaLink="false">http://www.powershellpro.com/powershell-20/120/</guid>
		<description><![CDATA[So you want to be the first on the block to start working with PowerShell 2.0 CTP? Here is the information regarding the Technology Preview release and links (bottom of page) to download.
From the Microsoft Site:
 
Brief Description
Windows PowerShell 2.0 CTP introduces several significant features to Windows PowerShell 1.0 that extends its use, improves its [...]]]></description>
			<content:encoded><![CDATA[<p>So you want to be the first on the block to start working with PowerShell 2.0 CTP? Here is the information regarding the Technology Preview release and links (bottom of page) to download.</p>
<p>From the Microsoft Site:</p>
<p><span id="more-120"></span> </p>
<p>Brief Description</p>
<div id="quickDescription">Windows PowerShell 2.0 CTP introduces several significant features to Windows PowerShell 1.0 that extends its use, improves its usability, and allows you to control and manage the Windows environment more easily and comprehensively.</div>
<div id="quickDescription">&nbsp;</div>
<div id="quickDescription">
<h4>Overview</h4>
<div class="downloadInfo"><a name="Description" title="Description"></a><span> Windows PowerShell 2.0 CTP introduces several significant features to Windows PowerShell 1.0 that extends its use, improves its usability, and allows you to control and manage the Windows environment more easily and comprehensively.<br /> 
<li><strong>This software is a pre-release version. It will not work the way a final version of the software does. Features will change before final release.</strong></li>
<p> 
<li>The goal of this CTP release is to provide a preview to the community on early thinking and direction on key 2.0 features and get early feedback on them.</li>
<p> 
<li>Windows PowerShell 2.0 CTP release is compatible with and replaces Windows PowerShell 1.0. You must un-install PowerShell 1.0 to install the PowerShell 2.0 CTP release.</li>
<p> 
<li>Windows PowerShell 2.0 CTP release will continue to use the execution policy setting of PowerShell 1.0, if present. PowerShell 1.0 installer does not remove or change the execution policy on un-installation.</li>
<p> 
<li>PowerShell 2.0 Remoting features will not work correctly on Windows Vista RTM. Please install Windows Vista Service Pack 1 (SP1) Beta to enable PowerShell Remoting features.</li>
<p> 
<li>When Windows PowerShell 2.0 CTP is launched with an execution policy of &ldquo;Restricted,&rdquo; it will display an error message while loading the types and formatting files. To prevent this error message, change the execution policy to one that enables PowerShell&rsquo;s scripting features &ndash; such as RemoteSigned. For more information about PowerShell&rsquo;s execution policies, type &ldquo;Get-Help about_signing&rdquo;.</li>
<p> 
<li>Graphical PowerShell is a very early alpha version meant for previewing early thinking and getting feedback.</li>
<p> 
<li>PsJobs rely on the remoting features of Windows PowerShell 2.0. To use PsJobs, remoting must be enabled on Windows PowerShell, even if the PsJob runs only on the local computer.</li>
<p> <strong>Selected New Features in Windows PowerShell 2.0 CTP </strong><br /> <em>(Please refer to Release Notes and Help topics for more details)</em></p>
<li>PowerShell Remoting</li>
<p> 
<li>Graphical PowerShell</li>
<p> 
<li>ScriptCmdlets</li>
<p> 
<li>Restricted Runspaces</li>
<p> 
<li>RunspacePools</li>
<p> 
<li>Background Jobs</li>
<p> 
<li>Data Language</li>
<p> 
<li>Script Internationalization</li>
<p> 
<li>Script Debugging</li>
<p> 
<li>24 New Cmdlets</li>
<p> 
<li>Parser Tokenizer API</li>
<p> 
<li>New PowerShell Hosting APIs</li>
<p> 
<li>Metadata APIs for Command and Parameters</li>
<p> </span></div>
<div class="downloadInfo">
<p> After you install this product, you might have to restart your computer.</p></div>
<div class="downloadInfo">&nbsp;</div>
<div class="downloadInfo"><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=60deac2b-975b-41e6-9fa0-c2fd6aa6bc89&amp;displaylang=en" target="_blank">Download PowerShell 2.0 Community Techology Preview </a>&nbsp;</div>
<div class="downloadInfo">&nbsp;</div>
<div class="downloadInfo">Note: There is an email link embedded within this post, please visit this post to email it.&nbsp;</div>
<p> &nbsp;</p></div>
<p> <script type="text/javascript"><!--
google_ad_client = "pub-7768408415611863";
google_ad_slot = "2413336635";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.powershellpro.com/powershell-20/120/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell Graphical Help File</title>
		<link>http://www.powershellpro.com/powershell-graphical-help/43/</link>
		<comments>http://www.powershellpro.com/powershell-graphical-help/43/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 22:19:34 +0000</pubDate>
		<dc:creator>Jesse Hamrick</dc:creator>
				<category><![CDATA[PowerShell Downloads]]></category>

		<guid isPermaLink="false">http://www.powershellpro.com/powershell-graphical-help/43/</guid>
		<description><![CDATA[Kudos to the Microsoft Scripting Guys for taking the PowerShell help file and wrapping it into a graphical format. Here is what is contained in the file:

    * Windows PowerShell cmdlet help.
    * Windows PowerShell "About" files.
    * The Script Center's VBScript to Windows PowerShell conversion guide (my favorite).

]]></description>
			<content:encoded><![CDATA[<p>Kudos to the Microsoft Scripting Guys for editing the PowerShell help file and wrapping it into a graphical format. Here is what is contained in the file:</p>
<ul>
<li>Windows PowerShell cmdlet help.</li>
<li>Windows PowerShell &quot;About&quot; files.</li>
<li>The Script Center&#39;s VBScript to Windows PowerShell conversion guide (my favorite).</li>
</ul>
<p>Below is a link provided to download the tool. This is a &quot;Must&quot; download; highly recommended.<span id="more-43"></span><br /> Even though the Microsoft Scripting Guys did minimal editing to create this tool, they were nice enough to make a few corrections in the original help file.</p>
<p>Thanks guys&#8230;</p>
<p><strong>Download: </strong><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=3B3F7CE4-43EA-4A21-90CC-966A7FC6C6E8&amp;displaylang=en" target="_blank">Windows PowerShell Graphical Help File</a>.</p>
<p>Note: There is an email link embedded within this post, please visit this post to email it.&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.powershellpro.com/powershell-graphical-help/43/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Download PowerShell 1.0</title>
		<link>http://www.powershellpro.com/powershell-download/7/</link>
		<comments>http://www.powershellpro.com/powershell-download/7/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 23:12:26 +0000</pubDate>
		<dc:creator>Jesse Hamrick</dc:creator>
				<category><![CDATA[PowerShell Downloads]]></category>

		<guid isPermaLink="false">http://powershellpro.com/test-post/7/</guid>
		<description><![CDATA[First step: Download and Install PowerShell 1.0.
System Requirements: 

Windows 2003 Server Family w/Service Pack 1 or greater
Windows XP w/Service Pack 2
 Microsoft .NET Framework Version 2.0 (Version 2.0.50727) &#8211; Click here to download and install .NET 2.0. For the 64-bit edition click here.  

If you are running Windows Vista and PowerShell RC1 (Release Candidate), [...]]]></description>
			<content:encoded><![CDATA[<p>First step: Download and Install PowerShell 1.0.</p>
<p>System Requirements: </p>
<ul>
<li>Windows 2003 Server Family w/Service Pack 1 or greater</li>
<li>Windows XP w/Service Pack 2</li>
<li> Microsoft .NET Framework Version 2.0 (Version 2.0.50727) &#8211; Click <a href="http://www.microsoft.com/downloads/details.aspx?familyid=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank" title="Link to .NET 2.0">here</a> to download and install .NET 2.0. For the 64-bit edition click <a href="http://www.microsoft.com/downloads/details.aspx?familyid=B44A0000-ACF8-4FA1-AFFB-40E78D788B00&amp;displaylang=en" target="_blank" title=".Net 2.0 64-bit">here</a>.<br /> <span id="more-7"></span> </li>
</ul>
<p>If you are running Windows Vista and PowerShell RC1 (Release Candidate), PowerShell RC2 is available (English-US edition only) for Vista and Longhorn (server code name for Windows 2008 Server). More Detail available <a href="http://support.microsoft.com/kb/923569" target="_blank" title="PowerShell RC2">here</a>. <strong>Note: </strong><em>You must uninstall RC1 or installation of RC2 will fail.</em></p>
<p><a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx" target="_blank" title="Download and Install PowerShell">Download and install PowerShell 1.0 RTW (released through web)</a>&nbsp;</p>
<p>Note: There is an email link embedded within this post, please visit this post to email it.&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.powershellpro.com/powershell-download/7/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
