Add UI to your powershell scripts
Windows utility that allows you to collect and easily run powershell scripts.
You need to run following powershell command in order to use this library
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force- You write powershell script(make sense:satisfied:) and save it.
- Then drag and drop your *.ps1 file into PSMaster - icon will be created and editor window will pop up.
- You can now predefine you script parameter values or just tick "Prompt before run?" and this window will pop up before the script is being run.
- Now you can double click script icon or right click the icon and select "Run".
- PSMaster will run the script and show output in blue console down bellow.
- And that's it
☺️