Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Set the color of the progress bar with PowerShell

Summary: Use the $Host object to alter the color of the progress bar in PowerShell. (image) I was curious if there’s a way to change the color of the progress bar in PowerShell. Do you know how this could be done? (image) Glad you asked! You can do this by altering the values for ProgressBackGroundColor and ProgressForegroundColor under $...

Build a hexadecimal clock in PowerShell – Part 4

Summary: Use PowerShell to navigate the neutral zone. Honorary Scripting Guy, Sean Kearney, is here today to continue forth (not COBOL nor even Visual BASIC) into our silly yet fun quest to build a hexadecimal clock by using the PowerShell console. It does seem silly, doesn’t it? Yet, consider some of the things that we’ve learned in ...