Skip to content

TomasBouda/PSMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSMaster Build status

Add UI to your powershell scripts

Windows utility that allows you to collect and easily run powershell scripts.

Requirements

You need to run following powershell command in order to use this library

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force

How it works

  • 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 ☺️

About

Windows utility that allows you to collect and easily run powershell scripts.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages