There is a new toy out in the PowerShell Community - PowerShellASP.
You can find the description on the website, but there has been some question as to how to get it working.
The easiest way I’ve found is to work off the demo provided, where the web.config
file is all set up.
What you need to do for IIS 6, is:
<httpHandlers>
<add verb=”*” path=”*.ps1x” type=”PowerShellToys.PowerShellASP.PSHandler, PowerShellToys.PowerShellASP”/>
</httpHandlers>
I’m a bit behind on releasing regular shows, so I’ve added a short feature, where we can briefly review a cmdlet or particular function of the cmdlet.
Thanks for staying tuned!