-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Layer8Err edited this page Feb 22, 2017
·
4 revisions
Once all pre-requisite cmdlets have been installed, double-click the StartFmwrk.bat file to launch the Menu.ps1 script in PowerShell ISE
New scripts can be added to this framework, and will automatically be listed by the menu function. In order to make a script executable by the menu function, you must begin the script with the right string of text.
- ExecuteOut (Run the selected script immediately)
- ExecuteOutOpen (Opens the script in ISE and executes)
- anything else (Opens the script in ISE)