EasyJobPSTools - is a PowerShell Module which enables Graphic features for your scripts
Example:
- Show-EJInputBox - Shows Input-Box for you script
- Show-EJSelectFileWindow - Shows Select File Dialog and returns selected file path
- Show-EJSelectFolderWindow - Shows Select Folder Dialog and returns selected folder path
- Download release
- Create folder EasyJobPSTools in C:\Program Files\WindowsPowerShell\Modules
- Copy contents of the release to the C:\Program Files\WindowsPowerShell\Modules\EasyJobPSTools
- No additional steps are required. PowerShell will automatically load module
- Download and install Visual Studio 2019
- Download source code and extract it to C:\temp
- Open C:\temp\EasyJobPSTools-main\EasyJobPSTools.sln
- Press F5 to compile
Contribution is very much appreciated. Hope that this tool might be useful for you!