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.
View More