Showing results for November 2015 - Page 8 of 15 - Scripting Blog [archived]

Nov 14, 2015
Post comments count0
Post likes count0

PowerTip: Toggle Command Add-on in PowerShell ISE

Doctor Scripto
Doctor Scripto

Summary: Learn how to enable the Command Add-on for the Windows PowerShell ISE.  I use different computers, and the Command Add-on is displayed only sometimes. I would like to display            this add-on as required. How can I do this?  Select Show Command Add-on from the View menu in the Windows PowerShel...

Scripting Guy!Windows PowerShellPowerTip
Nov 14, 2015
Post comments count0
Post likes count0

Weekend Scripter: PowerShell ISE Not Only for Scripts

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about why you may want to use the Windows PowerShell ISE instead of the console.Microsoft Scripting Guy, Ed Wilson, is here. I was speaking at a Windows PowerShell user group recently. After the presentation, someone came up to me and said that the Windows PowerShell ISE was rather confusing. Becau...

Scripting Guy!Windows PowerShellWeekend Scripter
Nov 13, 2015
Post comments count0
Post likes count0

PowerTip: Revert PowerShell ISE Token Values

Doctor Scripto
Doctor Scripto

Summary: Learn how to revert Windows PowerShell ISE token values to default values.  I have been playing with token colors in the Windows PowerShell ISE and things are confused.            How can I use Windows PowerShell to change back to default values.?  Use the RestoreDefaultTokenColors method f...

Scripting Guy!Windows PowerShellPowerTip
Nov 13, 2015
Post comments count0
Post likes count0

Set PowerShell ISE to Default Values

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about resetting the Windows PowerShell ISE settings to the defaults. Microsoft Scripting Guy, Ed Wilson, is here. One of the great things about Windows PowerShell is that it is highly configurable. Not only the things that I can configure, but Windows PowerShell itself. The behaviors in the Windows...

Scripting Guy!Windows PowerShellISE
Nov 12, 2015
Post comments count0
Post likes count0

PowerTip: Toggle Outlining View in PowerShell ISE

Doctor Scripto
Doctor Scripto

Summary: Toggle between outlining view in the Windows PowerShell ISE. How can I switch to the outlining view in the Windows PowerShell ISE to collapse           the functions so it is easier to read the code?   Use the ToggleOutliningExpansion function from the Editor object, for...

Scripting Guy!Windows PowerShellPowerTip