I'm having a wee problem with get-messagetrackinglogs.
2 problems, actually.
I'm running the commands below on our combined DB/Hub server...
First: I have a DL that I'm trying to track - we want the number of
emails it has received.
When I use this:
Get-MessageTrackingLog -ResultSize Unlimited -Start -Recipients
[email protected] -EventID DELIVER
I see no results, but when I parse the SMTP logs, I see lots of
results for all of the SMTP addresses.
When I use my own email address in get-messagetrackinglog, I see my
results. What gives?
Second: the DL I'm looking after is actually a member of 8 or 9 other
DLs. I've tried putting all of their SMTP addresses in the recipients
field, with comma delimiters and both with and without double quotes,
and I'm getting an error when I do that. SFTW hasn't shown me
anything regarding them - or rather one of the errors shows no
results, the other shows a few people having the problem and no
particular resolution that I can find.
The error I'm seeing is:
The server software doesn't support the type of search requested.
+ CategoryInfo : InvalidOperation: (:)
[Get-MessageTrackingLog], LocalizedException
+ FullyQualifiedErrorId :
65B97638,Microsoft.Exchange.Management.TransportLogSearchTasks.GetMessageTrackingLog
Any help would be much appreciated.
Kurt