Use HTML form as GUI for powershell

后端 未结 7 1053
北海茫月
北海茫月 2021-02-10 03:57

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

相关标签:
7条回答
  • 2021-02-10 04:30

    I know you specified an HTML form but you might be better off writing a WinForms GUI for this instead.

    http://www.techotopia.com/index.php/Creating_GUIs_in_Windows_PowerShell_1.0_with_WinForms

    0 讨论(0)
提交回复
热议问题