
In this article I will use one of my own projects as an example, so let me first tell a bit about the problem I needed to solve. In this article, I will explain how you can create a simple GUI for your script and help you through the basic obstacles. We all love PowerShell for the simplicity and efficientness when it comes to scripting, but for normal users working with a CLI isn’t something they are used to.

And users and command line isn’t the best combination, so let’s take a look at using the PowerShell GUI. But this week I needed to create a script that could be run by the users themselves.

All with a single purpose to automate my IT work as much as possible. I have created many PowerShell scripts for the last couple of years.
