Exchange Server 2007 message tracking log tuning ?

Posted by Albert Widjaja on Server Fault See other posts from Server Fault or by Albert Widjaja
Published on 2011-03-01T04:57:04Z Indexed on 2011/03/01 7:26 UTC
Read the original article Hit count: 277

Filed under:
|

Hi All,

what is the best practice if I want to have a retention of let say 6 months ?

I'm confused which parameter that is should/can be changes.

Get-ExchangeServer | where {$_.isHubTransportServer -eq $true} | Get-TransportServer | select Name, *MessageTracking* | ft -AutoSize

Name        MessageTrackingLogEnabled MessageTrackingLogMaxAge MessageTrackingLogMaxDirectorySize MessageTrackingLogMaxFileSize MessageTrackingLogPat                                                                                                                                h                    
----        ------------------------- ------------------------ ---------------------------------- ----------------------------- ---------------------
ExHTServer1                      True 20.00:00:00              250MB                              10MB                          D:\Program Files\M...
ExHTServer2                      True 20.00:00:00              250MB                              10MB                          D:\Program Files\M...
ExHTServer3                      True 20.00:00:00              250MB                              10MB                          D:\Program Files\M...

Thanks,

Albert

© Server Fault or respective owner

Related posts about exchange-2007

Related posts about powershell