Exchange Powershell Exchange and Powershell Helps, Tips, and Tricks

Posts Tagged ‘get-transportserver’

Command to list all messages to a specific domain for the day

11.20.2009 · Posted in Exchange, Powershell

If you want to list all of the messages sent to a recipient with a specific domain, you can run this command. It will export a list of all message from 8:00AM – 5:00PM on 10/17/2009 that were to someone on the domainname.com domain. The list will be saved to c:\send.xls get-transportserver | Get-MessageTrackingLog -ResultSize ...