I have a powershell script that I would like to run using an html form. All I have is a few form fields and a button. When I run my powershell script, it opens a new ie window
I've been wondering if this actually works well:
http://social.technet.microsoft.com/wiki/contents/articles/how-to-add-a-graphical-user-interface-to-a-powershell-script-by-using-html-applications.aspx
It's based around running a PowerShell process from VBScript and then using the clipboard to transfer the output back to the HTA.
Sounds like a half decent hack, I've not tried it for myself yet though.
Matt