The “Hey, Scripting Guys!” blog has been retired. There are many useful posts in this blog, so we keep the blog here for historical reference. However, some information might be very outdated and many of the links might not work anymore.
New PowerShell content is being posted to the PowerShell Community blog where members of the community can create posts by submitting content in the GitHub repository.
Summary: The Scripting Wife learns how to create custom column headings for the Windows PowerShell Out-GridView cmdlet.
Weekend Scripter
Microsoft Scripting Guy, Ed Wilson, here. It is a typical weekend for me. I am up early, sipping a cup of English Breakfast tea, and watching a pot of Irish steel-cut oats simmer on the stove. I am glancing ...
Summary: Learn how to use Windows PowerShell to discover what files are using up all the disk space on your computer.
Weekend Scripter
Microsoft Scripting Guy, Ed Wilson, here. I do not know about you, but it seems as if there is a disk space-eating gremlin on my computer. One day I have several hundred gigabytes of free disk space on my ...
Summary: Learn how to use Windows PowerShell regular expressions to parse an RSS feed.
(image)
Hey, Scripting Guy! How can I find patterns in text with regular expressions when I am unsure of where line breaks will occur in the text I am reading?
—TT
(image) Hello TT,
Microsoft Scripting Guy, Ed Wilson here. Today Tome Tanasovski is ...
Summary: Microsoft MVP, Tome Tanasovski, shows how to use regular expression lookaheads and lookbehinds in Windows PowerShell to format numbers.
(image)
Hey, Scripting Guy! How do I use a regular expression to add the appropriate commas to a number?
—TT
(image) Hello TT,
Microsoft Scripting Guy, Ed Wilson, here. Guest Blogger ...
Summary: Learn how to use Windows PowerShell to evaluate email messages that are sent and received on Microsoft Exchange Server.
(image)
Hey, Scripting Guy! I need to be able to create a report that tells my boss information about email messages that are sent and received by our Exchange Server. Can I use Windows PowerShell to do this?
&mdash...