Create Graphical User Interface PowerShell
Hello,
There a few different ways to build GUI with PowerShell. I demonstrated one previously., today we’ll see a few more. There is two major technologies that you can use.
IseSteroids that I talked about in the previous article uses WPF, this is the “new” way of building GUI in PowerShell:
Now, some people created products/editors/modules to help you build GUI from PowerShell, sometimes with a WYSIWYG (What You See Is What You Get) way. I can name a few ones, some are free, some required a paid license:
- IseSteroids, based on WPF (you can have a discount).
- PowerShell Studio 2017, based on WinForms.
PowerGUI,this one seems to be discontinued.- ShowUI, based on WPF.
- PSGUI, based on WPF.
This list is not exhaustive, feel free to comment this article to add more of them.