Showing results for ISE - Scripting Blog [archived]

Nov 12, 2015
0
0

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 11, 2015
0
0

PowerTip: Find the PowerShell ISE Default Options

Doctor Scripto
Doctor Scripto

Summary: Learn how to find the Windows PowerShell ISE default options. How can I find the default options for  the Windows PowerShell ISE object model? Use the ISEOptions object:$psise.Options.DefaultOptions

Scripting Guy!Windows PowerShellPowerTip
Nov 11, 2015
0
0

Automatically Keep Log of PowerShell ISE Commands

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using the new transcript command in the Windows PowerShell ISE.  Hey, Scripting Guy! I might be alone in this, but I love using the transcript tool in the Windows PowerShell console. I really wish I could have a transcript in the Windows PowerShell ISE because that is what I use to write...

Scripting Guy!Windows PowerShellPowershell 5
Nov 10, 2015
0
0

PowerTip: Change Font Size in PowerShell ISE

Doctor Scripto
Doctor Scripto

Summary: Learn how to change the font size in the Windows PowerShell ISE.  How can I use a Windows PowerShell command to change the font size in my Windows PowerShell ISE?  Use the $psISE object option, and assign a new number for FontSize property, for example: $psISE.Options.FontSize = 12

Scripting Guy!Windows PowerShellPowerTip
Nov 10, 2015
0
0

Use PowerShell to Set Up the ISE

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to set up the ISE. Hey, Scripting Guy! I am so excited—really excited! I have been selected to speak at a SQL Saturday event about Windows PowerShell. I could not have done it without you. I read your stuff every day, actually twice a day, and I come back t...

Scripting Guy!Windows PowerShellcommunity