Skip to content
Layer8Err edited this page Feb 22, 2017 · 4 revisions

PowerShell_fmwrk wiki

Getting Started

Once all pre-requisite cmdlets have been installed, double-click the StartFmwrk.bat file to launch the Menu.ps1 script in PowerShell ISE

Usage

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.

  1. ExecuteOut (Run the selected script immediately)
  2. ExecuteOutOpen (Opens the script in ISE and executes)
  3. anything else (Opens the script in ISE)

Clone this wiki locally