Six Important Menu Add-ons for PowerShell’s ISE

by Doug Finke on July 8, 2009

in PowerShell,PowerShell ISE

If you want to customize PowerShell’s Integrated Scripting Environment here are some handy menu items that help you explore ISE’s objects at a glance.

image

Clicking the ‘Current Tab’ menu item gives you this view. Showing the available Properties and Methods.

Notice the the title bar. Left of the first pipe ‘|’ is the object. If I wanted to see the DisplayName  I would type the following in the command pane0.

$psISE.CurrentPowerShellTab.DisplayName

image

Download The Code

Add it to your ISE profile so they ready whenever you launch it.

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>