Over the last year I've posted functions I've written to extend the Windows PowerShell ISE. I have finally pulled everything together into a module I'm calling the ISE Scripting Geek. Download and extract the zip file (below) to your modules folder. You should end up with a path like 'C:\Users\Jeff\Documents\WindowsPowerShell\Modules\ISEScriptingGeek'.
ManageEngine ADManager Plus - Download Free Trial
Exclusive offer on ADManager Plus for US and UK regions. Claim now!
In the ISE, import the module:
import-module isescriptinggeek
Or do as I did and add it to your Powershell ISE profile script. The module will add an ISE Scripting Geek menu add on.
Here you will find my tools for printing a script, signing a script, converting aliases to commands (and vice versa) and a few other goodies. I've also included my function to keep track of most recently used scripts. If you don't want to use some of the tools, edit the psm1 file and comment out what you don't want. If there's something you'd like to see, let me know. No promises but I might have something stashed away.
[shameless plug] If you want to look cool as well check out www.ScriptingGeek.com
Download ISEScriptingGeek
UPDATE: A revised version of this module for PowerShell 4.0 and later is now available at http://bit.ly/14aGnLq
Very cool. Thanks for the tool. Appreciate the work you do for the rest of us.
You are most welcome. Thank you for your support.