This page provides links to additional PowerShell ISE tools you can download and add into PowerShell ISE.


Overview of PowerShell ISE Add-On

A PowerShell ISE Add-on is some bit of code that adds functionality to or within the ISE.

Most ISE Add-ons interact and leverage the PowerShell ISE Add-on Model ($PSIse). For more information on the ISE Object Model see: The Windows PowerShell ISE Scripting Object Model at  https://docs.microsoft.com/en-us/powershell/scripting/core-powershell/ise/the-windows-powershell-ise-scripting-object-model?view=powershell-5.1


Community Authored PowerShell ISE Add-Ons

This section contains pointers to Microsoft and community add-ons with description and related material.
Add-On Author Link
IseHg Trevor Sullivan http://isehg.codeplex.com/
IsePackV2 James Brundage(Start-Automating) PowerShellISE.com
Code Snippet Examples - PSISE Library Jeff Patton http://gallery.technet.microsoft.com/PSISELibraryps1-ec442972
Dependency Cmdlets Josh Einstein  http://poshcode.org/1075
ISE Scripting Geek Jeffery Hicks http://jdhitsolutions.com/blog/2015/01/friday-fun-updated-ise-scripting-geek-module/
Menu Generator Ravikanth Chaganti http://www.ravichaganti.com/blog/?p=1942
PowerShellPack  James Brundage http://archive.msdn.microsoft.com/PowerShellPack/Release/ProjectReleases.aspx?ReleaseId=3341
Unofficial, alternate location: https://github.com/sushihangover/SushiHangover-PowerShell/tree/master/modules
Print Script   Karl Mitschke  http://gallery.technet.microsoft.com/Script-to-copy-the-c55f0106 
Save All Files PowerShell Team http://blogs.msdn.com/b/powershell/archive/2010/06/05/save-all-powershell-ise-files-for-thor-s-sake.aspx 
Spell Checker James Brundage http://blogs.msdn.com/b/mediaandmicrocode/archive/2009/12/09/test-spelling.aspx

(NB: requires WPK and PowerShellPack modules!)

ISEBlox   Robert Robelo http://sdrv.ms/17UtnX2
ISE Comment Cmdlets
Poetter http://poshcode.org/1726
ISE Quick Comments Daniel Schroeder http://blog.danskingdom.com/powershell-ise-multiline-comment-and-uncomment-done-right-and-other-ise-gui-must-haves/
ISE FunctionExplorer Raimund Andree http://gallery.technet.microsoft.com/PowerShell-ISE-FunctionExpl-fd7e1c74
ISE VariableExplorer  Raimund Andree http://gallery.technet.microsoft.com/PowerShell-ISE-VariableExpl-fef9ff01
ISE Line Cmdlets Poetter & Kriszio http://poshcode.org/1727
Validate and Format XML   Ravikanth Chaganti http://www.ravichaganti.com/blog/?p=2540
ISE CimExplorer   Bin Yi http://gallery.technet.microsoft.com/PoweShell-ISE-Addon-CIM-5c9af37a
ISE Steroids  Tobias Weltner http://www.powertheshell.com/isesteroids/
PSharp   Doug Finke http://github.com/dfinke/PSharp
Script Browser   Microsoft CSS http://www.microsoft.com/en-us/download/details.aspx?id=42525
ISE Color Theme Cmdlets Jeff Pollock LifeInPowerShell ISE Color Theme Cmdlets
Powershell ISE Project Explorer Marcin Grzywa http://gallery.technet.microsoft.com/Powershell-ISE-Explorer-bfc92307
ScriptGalleryISEAddOn Stefan Stranger https://github.com/stefanstranger/ScriptGalleryISEAddOn
Copy As HTML Add-On Gary Lapointe

http://blog.falchionconsulting.com/index.php/tag/ise/

ISERegex Kamil Kosek

https://gallery.technet.microsoft.com/scriptcenter/ISERegex-ISE-AddOn-to-fb5097e1

PowerShell AutoScript for WMI Freist Li https://pshcreator.codeplex.com/releases/view/132511
Self-Signed Certificate Generator AutoScript Addon Freist Li https://pshcreator.codeplex.com/releases/view/137563 
PowerGist - Github Gist integration. Create, Edit and Update Gists. Lawrence Gripper https://github.com/lawrencegripper/PowerGist
ShowDscResource - Tool to visualize Dsc resources to easily write Dsc configurations Inchara Shivalingaiah https://github.com/inchara/ShowDscResource
 AdvancedSearch for ISE - Search across multiple files in PowerShell ISE  Kamil Kosek https://gallery.technet.microsoft.com/AdvancedSearch-AddOn-for-27d2c29b
ISE_Cew - A few additional functions that extend PowerShell ISE to help ITPro's start to easily use Git & Pester in their day to day work  Ryan Yates - @ryanyates1990  https://github.com/kilasuit/ISE_Cew/



How to Write a PowerShell ISE Add-on with PowerShell

Advice and guidance to those wishing to write ISE add-ons along with sample code. 

What Author Link
How to Add Code Snippets to the ISE Rich Prescott http://blog.richprescott.com/2011/06/add-code-snippets-to-powershell-ise.html
Writing Your First Icicle James Brundage http://powershellise.com/Writing_Your_First_Icicle/

(YouTube Video

PowerShell v3 ISE and ISE scripting model changes & improvements Ravikanth Chaganti Http://www.powershellmagazine.com/2011/09/28/powershell-v3-ise-and-ise-scripting-model-changes-improvements/

How to Write a PowerShell ISE Add-on with Visual Studio WPF / XAML (C#)

What Author Link
Creating Add-ons, Plugins, and Tools for the PowerShell ISE Lee Holmes http://www.leeholmes.com/blog/2013/04/04/creating-add-ons-plugins-and-tools-for-the-powershell-ise/
Create a PowerShell v3 ISE Add-on Tool Jason Stangroome http://blog.stangroome.com/2012/01/16/create-a-powershell-v3-ise-add-on-tool/
Hacking the PowerShell 3.0 ISE : Introduction Mike Walker http://blog.mikewalker.me/2013/06/hacking-powershell-30-ise-introduction.html
My first PowerShell ISE Add-In Jan-Hendrik Peters https://www.janhendrikpeters.de/index.php?/archives/24-My-first-PowerShell-ISE-Add-In.html

References

To learn more about PowerShell, the ISE and what you can do with them, visit the PowerShell Communities page.

To learn more about the ISE, see the ISE Help pages at: http://technet.microsoft.com/en-us/library/dd819514.aspx



See Also