Build dynamic Web content with PowerShell. PowerShell ASP includes a classic ASP-like template language that makes it easy to build dynamic Web pages using PowerShell. You can develop powerful yet easy to maintain Web pages based on traditional HTML/XML markup and inline PowerShell code. PowerShell ASP runs on the ASP.NET platform, implemented as a custom IHttpHandler mapped to *.ps1x files. Because of this, you can mix PowerShell ASP pages alongside any ASP.NET application. This provides a great way to leverage PowerShell ASP inside your existing applications as needed or you can create complete applications from scratch based only on *.ps1x pages.
Automate BizTalk and simplify orchestrations. PowerShell BizTalk Adapter provides an easy way to rapidly enhance BizTalk applications with dynamic processing capabilies with PowerShell. It can be used to create highly-flexible BizTalk configurations via easily configurable PowerShell scripts. With PowerShell BizTalk Adapter, BizTalk users can create Send Ports that process messages by executing a PowerShell script. When BizTalk sends a message the PowerShell BizTalk Adapter executes the configured script and passes the message as a parameter.
Components for integrating PowerShell into applications. PowerShell Objects components can be used to securely (SSH) communicate with remote servers and pass data through standard streams or through PowerShell Objects. PowerShell Objects includes a PSHost component that enables developers to embed a PowerShell scripting engine directly within any Windows application. Combined these components offer unprecedented access to PowerShell scripting to application developers.
A PowerShell powered ASP.NET Panel control. PowerShell Panel is an easy-to-use ASP.NET Panel Web control for integrating PowerShell content into ASP.NET pages and applications. You can use a mix of HTML and inline PowerShell script to rapidly create dynamic content regions. PowerShell Panel can also be used to render PowerShell ASP templates from within any ASP.NET Web Page.