Showing tag results for Windows PowerShell

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
Nov 12, 2015
Post comments count0
Post likes count0

Use Regions in PowerShell ISE

Radhika Tadinada
Radhika Tadinada

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using regions in the Windows PowerShell ISE.  Hey, Scripting Guy! I like using the Windows PowerShell ISE. The price is right I guess. There is one thing that kind of bugs me, however.  When I am writing a long script, there is too much scrolling, and things seem to slow down. I wish there...

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

Use Regions in PowerShell ISE

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using regions in the Windows PowerShell ISE. Hey, Scripting Guy! I like using the Windows PowerShell ISE. The price is right I guess. There is one thing that kind of bugs me, however.  When I am writing a long script, there is too much scrolling, and things seem to slow down. I wish...

Scripting Guy!Windows PowerShell