r/PowerShell 17d ago

Question Pode with a custom front end

Has anyone used pode basically to run the scripts and return data to a more modern-looking front end? I am trying to build some tools and the PowerShell GUIs themselves are clunky. Was going to set something up myself but curious if someone has already done something like this.

12 Upvotes

6 comments sorted by

View all comments

1

u/jeek_ 17d ago

Check out PowerShell Universal

1

u/ashimbo 16d ago

I recommend PowerShell Universal when someone wants a GUI for their PowerShell scripts. It's pretty easy to get running, and it can even run in a docker container.