Scripting Blog [archived]

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

Easy Parsing of Messages with PowerShell

Summary: Ed Wilson, Microsoft Scripting Guy, talks about parsing event message strings with Windows PowerShell. (image)  Hey, Scripting Guy! I have seen people using different tools to find stuff in strings in Windows PowerShell, but it always looks complicated. Why is that? I thought Windows PowerShell was supposed to make things easier...

The Death of PowerShell Scripting

Summary: Ed Wilson, Microsoft Scripting Guy, talks about the reduced need to use Windows PowerShell scripting. Microsoft Scripting Guy, Ed Wilson, is here. If you follow me on Twitter or Facebook, you already know that my new book, Windows PowerShell Step by Step, third edition, is on its way to the printers. I am not going to talk about that ...

PowerTip: Float PowerShell Help

Summary: Learn how to display your Windows PowerShell Help in a new window. (image)  How can I keep my Windows PowerShell Help open so I can look at it while I am trying my new code? (image)  Use the ShowWindow parameter. It will open a new window that contains your Help and allow you to move         &...