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

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 PowerShellscripting techniques
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 ...

Scripting Guy!Windows PowerShellcommunity
Nov 9, 2015
0
0

PowerTip: Change PowerShell ISE Foreground Color

Doctor Scripto
Doctor Scripto

Summary: Programatically change the foreground color in the Windows PowerShell ISE. How can I change the foreground color in the Windows PowerShell ISE? Use $Host.UI.RawUI.ForegroundColor and assign a new color. For example, to change it to cyan, use:$Host.UI.RawUI.ForegroundColor = 'cyan...

Scripting Guy!Windows PowerShellPowerTip

Feedback