Link to home
Start Free TrialLog in
Avatar of Anthony K O365
Anthony K O365Flag for United States of America

asked on

Exchange 2010 Distribution Groups--Powershell

What powershell cmdlet can I use to see if an email was received by a distribution group or received in last 90 days. Wanting to clean up our Exchange environment.

Thanks!
Avatar of Manpreet SIngh Khatra
Manpreet SIngh Khatra
Flag of India image

You can do a message tracking for the Email of the DL.

Get-MessageTrackinglogs -Recipient "EmailAddress"

- Rancy
Avatar of Anthony K O365

ASKER

How would I do this for 100 mailboxes?
ASKER CERTIFIED SOLUTION
Avatar of Manpreet SIngh Khatra
Manpreet SIngh Khatra
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Fairly simple! Thanks much.
Using  > C:\DLTracking\DLName.csv will truncate the output, so it may give you incomplete information in the csv file. You need to use Export-csv to get the the extend details..