Build Dynamic Web Content With PowerShell
Build Dynamic Web Content With PowerShell
  • Classic ASP-like template language makes it easy to build dynamic Web pages using PowerShell.
  • Develop powerful yet easy to maintain Web pages based on traditional HTML/XML markup and inline PowerShell code.
  • FREE 'Community License'.
Download Free Trial

Using PowerShell ASP

PowerShell ASP combines the capabilities of PowerShell and the .NET framework, with the simplicity of classic ASP. PowerShell ASP scripts are just a mixture of PowerShell script and HTML.

Build Your Own PowerShell ASP Pages

Browse to http://localhost/PowerShellASP/ to see the demo pages and RSS feeds that we've created for you. Any file with a .ps1x extension will execute PowerShell ASP script.

Customize Your PowerShell ASP Pages with HTML

Dress up your pages by combining HTML and PowerShell script. For example, you might want to delineate the objects returned from get-childitem by putting them in an HTML table.

Work with User Input

Use the built-in $request object included in PowerShell ASP to access information about the HTTP context, including query string or form input.

Build RSS and Atom Feeds

Just as .ps1x files produce HTML output, .rs1x and .as1x files produce RSS and Atom output.