Get a Report of All Messages Received from a Particular Sender

This is a simple script that will check the message tracking logs on all of your Exchange Hub Transport Servers for messages received from a particular sender. Usage: Get_Sender.ps1 <email-address> Example: Get_Sender.ps1 joe@bleau.net The script saves the output (if found) at c:\temp\sender-report.csv. # Filename : get_sender.ps1 # Purpose : Creates a report of all emails recently received from a particular sender. # Records the results […]

Read Me 2 Comments