In my previous post #PowerShell – Create a simple GUI form in seconds I wrote about a script I made to easily create a GUI.
After posting it, a colleague of mine said he had seen a great solution for creating GUIs on Reddit called Anybox.
Anybox is created by Donald Mellenbruch (@dm3ll3n) and is available from the PowerShell Gallery. Unfortunately however there is no proper built-in help yet. He does have a great post on his website though with example GUIs and the code needed to create them:
https://www.donaldmellenbruch.com/post/introducing-the-anybox/
Be sure to check out his website and thank him if you like it.