PowerShell and HTML5 Prototype

Fri, Apr 1, 2011 One-minute read

Every once in a while, we look to the PowerShell community for feedback on possible design directions on PowerShell. We’ve been exploring the integration of PowerShell and HTML5, and would love to get your feedback on a proof-of-concept.

This prototype uses the System.Net.WebClient class to “bootstrap” itself, and from there, awesomenes ensues.

From a PowerShell prompt, run the following command:

iex (New-Object Net.WebClient).DownloadString(“http://bit.ly/e0Mw9w")

If you like this, we’ve crowd-sourced some other PowerShell investigations in the past, as well: