Windows PowerShell ISE Add-On Tools

Windows PowerShell ISE Add-On Tools


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
http://technet.microsoft.com/en-us/library/dd819478.aspx


PowerShell ISE Add-Ons

Pointers to Microsoft and community add-ons with description and related material.

Community Add-Ons

These are ISE additions authored by the PowerShell Community.

Add-On
Author
Link
IsePackV2 James Brundage(Start-Automating) PowerShellISE.com
Code Snippet Examples - PSISE Library
Jeff Patton http://gallery.technet.microsoft.com/PSISELibraryps1-ec442972
ISE Scripting Geek Jeffery Hicks http://jdhitsolutions.com/blog/2011/10/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
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 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
 Validate and Format XML  Ravikanth Chaganti  http://www.ravichaganti.com/blog/?p=2540

 



PoshCode ISE Cmdlets

These are a set of cmdlets that can be used in conjunction with the ISE.


What
Name
Author
Link
ISE Cmdlets Line Cmdlets
Poetter & Kriszio http://poshcode.org/1727
ISE Cmdlets Comment Cmdlets
Poetter http://poshcode.org/1726
Cmdlets
Dependency Reporting
Josh Einstein http://poshcode.org/1075


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
How to Group Snippets in the ISE
 Niklas Goude
http://www.powershell.nu/2012/03/04/grouping-your-snippets-in-powershell-ise/
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/


See Also


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
Leave a Comment
  • Please add 4 and 1 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
  • Thomas Lee edited Revision 55. Comment: Adding now 'how to' section, and moving content to that section where appropriate.

  • Thomas Lee edited Revision 54. Comment: tidied up the HTML a bit, added some more verbiage

  • Thomas Lee edited Revision 53. Comment: alphabetised the list of add-ins

  • Vishnu-Chivukula-MSFT edited Revision 50. Comment: Added Microsoft Script Explorer for Windows PowerShell Add-On to the list

  • Craig Lussier edited Revision 45. Comment: added en-US to tags and title

  • Rich Prescott edited Revision 38. Comment: Normalizing headers

  • Rich Prescott edited Revision 37. Comment: Table formatting

  • Thomas Lee edited Revision 36. Comment: minor tweaks

  • Karl Mitschke edited Revision 35. Comment: Added my script to print the contents of the ISE

  • Ed Price - MSFT edited Revision 27. Comment: Formatting lists

Page 2 of 4 (35 items) 1234
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • Thomas Lee edited Revision 25. Comment: finished aplhabetising the list of add-ons

  • Ed Price - MSFT edited Revision 27. Comment: Formatting lists

  • Karl Mitschke edited Revision 35. Comment: Added my script to print the contents of the ISE

  • Thomas Lee edited Revision 36. Comment: minor tweaks

  • Rich Prescott edited Revision 37. Comment: Table formatting

  • Rich Prescott edited Revision 38. Comment: Normalizing headers

  • Rich Prescott edited Revision 40. Comment: Created a separate page for Community and added a link to it.

  • Rich Prescott edited Revision 43. Comment: Added PowerShellPack and removed extra table row

  • Craig Lussier edited Revision 45. Comment: added en-US to tags and title

  • Vishnu-Chivukula-MSFT edited Revision 50. Comment: Added Microsoft Script Explorer for Windows PowerShell Add-On to the list

  • Thomas Lee edited Revision 53. Comment: alphabetised the list of add-ins

  • Thomas Lee edited Revision 54. Comment: tidied up the HTML a bit, added some more verbiage

  • Thomas Lee edited Revision 55. Comment: Adding now 'how to' section, and moving content to that section where appropriate.

  • Thomas Lee edited Revision 56. Comment: Tidying up the listing and adding detail to Script Explorer stuff and removingt XML

  • Thomas Lee edited Revision 57. Comment: tidy up HTML headers, remove OO XML

Page 2 of 4 (51 items) 1234