Tag: PowerShell

Measuring How Long Commands Take in Windows

Combining Files in PowerShell

Setting the Title of the Command Prompt Window

PowerShell Prompt

Afraid of PowerShell? Watch this video now.

I have been working more and more with PowerShell lately and I love it.  If you want to watch a great introductory 75 minute video to get up to speed quickly, look no further than here: Windows PowerShell Crash Course https://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/WSV321 It is presented by Don Jones and Jeffrey Snover.  They share a number of great tricks and …

Continue reading

Want to add color to PowerShell code in your docs?

I was writing a Word document and wanted syntax highlighting for my PowerShell scripts.  It turns out that ISE (Integrated Scripting Environment) has an extension for copying text with color (and for copying text with color as HTML).  Just do the following: Install the PowerShellPack.msi file from here. Open ISE and your .ps1 PowerShell file. …

Continue reading

Load more