Hi There,
I am using the cmdlet below to extract the number of messages received by a users in Exchange 2010. it works fine and give me the message count however I cannot find a way to output the recipient name.
Any help on this would be appreciated.
get-messagetrackinglog -server svrname-recipients user@domain.com -Start "04/01/2013 00:00:00" -End "04/30/2013 00:00:00" | measure-object