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.
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
Download The Code
Add it to your ISE profile so they ready whenever you launch it.
{ 0 comments… add one now }