Exchange Messagetracking Tool
Hi, This is my second blog about exchange tools. I wrote a messagetracking tool for exchange 2007/2010. Its a GUI similar to the built-in exchange Messagetracking Tool but with some advantages: its written in Powershell searches on ALL Hub-Transport Server you can customize it for your need wildcard search export search result to file background image support and its free ######################################################################## # Created On: Oktober 2009 # Created By: maeffy@gmail.com # Version : 1.3 # Fix : save to file was not showing ######################################################################## #region Application Functions function OnApplicationLoad { return $true #return true for success or false for failure } #region Main Function $ErrorActionPreference = "SilentlyContinue" $Command_Var_Exchangeservers = 'Get-Exchangeserver | Where-Object {$_.IsHubTransportServer -eq "T...