Scripting Blog [archived]

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

A PowerShell Exchange Best Practices Analyzer XML Parser

Summary: In this guest blog post, you will learn how to create a Windows PowerShell parser to parse the XML file generated using ExBPAcmd.exe. Microsoft Scripting Guy Ed Wilson here. I want to welcome our Guest Blogger Thiyagu again today. Here is a little about Thiyagu: I am the founder of the Singapore PowerShell User Group. I am an ...

Analyze Email Message Headers with PowerShell—Part 2

Summary: Learn how to use Windows PowerShell to analyze email headers and obtain detailed origination information.   Microsoft Scripting Guy Ed Wilson here. Guest Blogger Thiyagu continues with part 2 of his post about analyzing email headers with Windows PowerShell. See yesterdays’ post for information about Thiyagu and for the ...

Use PowerShell to Parse Email Message Headers—Part 1

Summary: Guest Blogger Thiyagu teaches how to use Windows PowerShell to parse and analyze email message headers.   Microsoft Scripting Guy Ed Wilson here. Thiyagarajan Parthiban is our guest blogger today with an interesting article about using Windows PowerShell to analyze Exchange email. First, though, let’s learn something about ...

Use PowerShell to Create an Exchange 2010 Database Report

Summary: Learn how to use Windows PowerShell to create an HTML report of Exchange 2010 databases by using conditional formatting and thresholds. (image)   Hey, Scripting Guy! I need to learn how to produce reports on my Exchange 2010 databases. Is this something that I can do by using Windows PowerShell? —TH (image) Hello TH, ...