Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tell last time a message sent to distribution group

Status
Not open for further replies.

malaka

MIS
Apr 8, 2002
14
US
We are cleaning up our distribution groups and are trying to find out if there's a way to tell the last time a distribution group recieved a message.

I've looked at the message tracking tool, but it appeared to only go back a short distance (a couple of weeks for the 3 lists and mailboxes I tried). Any ideas if that's a setting I can adjust somewhere?

Any ideas appreciated. :)
 
You can use
Code:
Get-TransportServer | fl *messagetracking*
to see the message tracking log settings.

Then use the
Code:
Set-TransportServer
to set the settings you prefer

/Fredrik Eder
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top