PowerShellToys: Cool Toys for PowerShell Enthusiasts! <click on the icons to learn more>
PowerShell ASPBuild Dynamic Web Content with Windows PowerShell!PowerShellASP is a processor for an ASP-like template language primarily targeted at Web applications. PowerShellASP templates consist of a mixture of markup (HTML, XML, etc.) and inline PowerShell code. At runtime, templates/pages are translated to PowerShell code and executed as a single unit inside a PowerShell pipeline, with the results sent to the client browser. PowerShellASP runs on ASP.NET, implemented as a fully managed custom IHttpHandler mapped to *.ps1x files. This enables you to mix PowerShellASP pages alongside any ASP.NET application and use PowerShellASP inside existing applications or websites, or create completely new applications consisting of only *.ps1x pages. |
PowerShell RSSServe Dynamic RSS Feeds with Windows PowerShell!PowerShellRSS executes a PowerShell script and formats the results (pipeline objects) as an RSS feed. PowerShellRSS is an excellent tool for creating easy to consume RSS feeds from the multitude of information sources that are easily accessible through PowerShell. PowerShellRSS runs on ASP.NET, implemented as a fully managed custom IHttpHandler mapped to *.rs1x files. Installing PowerShellRSS on an IIS server is just like installing any other ASP.NET application, and since the provider is fully managed, you can rely on the extensive security mechanisms provided by ASP.NET. |
PowerShell WebPartGenerate Dynamic SharePoint Content with Windows PowerShell!The PowerShellWebPart brings the PowerShellASP technology to SharePoint Pages through a standard SharePoint Web Part that SharePoint users will find familiar and easy to use. The editing experience is almost identical to the built-in SharePoint Content Editor Web Part, but that's where the similarity ends, and where the real power of the PowerShellWebPart starts to show. All content is dynamic and PowerShell-driven, opening up entirely new possibilities to SharePoint users and site administrators. |
PowerShell PanelA PowerShell-Powered ASP.NET Panel Control!PowerShellPanel is an ASP.NET Control that enables any ASP.NET page to include dynamic PowerShellASP templates. It's a simple, easy, and effective way to bring live PowerShell content to any ASP.NET page. The PowerShellPanel control is very similar to the standard ASP.NET Panel Control. The only difference is that the content is interpreted as a PowerShellASP template, and dynamically rendered on the page. This allows you to bring the power and flexibility of PowerShellASP to any ASP.NET solution. |
PowerShell ADOWindows PowerShell as a Database!PowerShellADO is an ADO.NET Adapter for Windows PowerShell. It allows you to treat any PowerShell script as a data source, and dynamically bind it to any WinForm or ASP.NET Control, opening up entirely new possibilities to developers! The PowerShellADO Adapter executes a Powershell Script and provides the results similarly to the way any database adapter provides the results of a SQL Query: every object in the pipeline is provided as a database column, with every property as a column value. This is the most natural way to integrate PowerShell into standard WinForm and WebForm applications. |

