Scripting Blog [archived]

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

Use PowerShell to Track Email Messages in Exchange Server

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...

Speed Up Array Comparisons in Powershell with a Runtime Regex

Summary: Learn how to speed up array comparisons in Windows PowerShell by using a runtime regular expression (image)   Hey, Scripting Guy! I am interested in speeding up comparisons of arrays when I use Windows PowerShell. Can you help me? —CR (image) Hello CR, Microsoft Scripting Guy, Ed Wilson, here. We are still in our Guest ...