Function Open-FunctioninISE { < # .SYNOPSIS Opens a function in ISE .DESCRIPTION This enables you to specify the functin to open. The definition comes from ( Get-Command <command>).definition. You specify the name of the function to open, or select it in the ISE .NOTES File Name : OpenFunctionInIse.ps1 Author : Thomas Lee - tfl @psp .co.uk Requires : PowerShell Version 3.0 .LINK This script...