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

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'

Nov 9, 2015
0
0

Change Display Output Colors in PowerShell ISE

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about changing the output console colors in the Windows PowerShell ISE. Microsoft Scripting Guy, Ed Wilson, is here. One of the things I like about using the Write-Host cmdlet is that I can change the color of a line that writes to the Windows PowerShell console. But, what if I want to change the ...

Nov 9, 2015
0
0

Change Display Output Colors in PowerShell ISE

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about changing the output console colors in the Windows PowerShell ISE.Microsoft Scripting Guy, Ed Wilson, is here. One of the things I like about using the Write-Host cmdlet is that I can change the color of a line that writes to the Windows PowerShell console. But, what if I want to change the en...

Scripting Guy!Windows PowerShellISE
Nov 8, 2015
0
0

PowerTip: Display Numeric ASCII Value of Letter

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to display the numeric ASCII value of a letter. How can I use Windows PowerShell to find the numeric ASCII value associated with a letter? Use [byte] and [char] together. The following example will display the numeric ASCII value of the capital letter A:[byte][char]'A'

Scripting Guy!Windows PowerShellPowerTip
Nov 8, 2015
0
0

Improve Your Writing for Blogs and Technical Articles

Doctor Scripto
Doctor Scripto

Summary: The Scripting Editor, Dia Reeves, offers tips to help you improve your writing. Microsoft Scripting Guy, Ed Wilson, is here. Today, I'm enlisting my editor, Dia Reeves, to help you write clear, concise, and consistent blog posts and feature documentation. Take it away Dia... Hello to all of you who have lost your content team (or n...