- Get link
- X
- Other Apps
We will be configuring Messaging tracking using EAC and exchange PowerShell.
Use the EAC to configure message tracking on Mailbox servers
To configure Message tracking using Exchange admin Center Open the EAC and navigate to Servers select the server that you want to configure and click Edit- On the properties page, click Transport Logs. In the Message tracking log section, you can change any of the following settings:
- Enable message tracking log uncheck to disable.
- Message tracking log path specify the folder path must be on the local Exchange server. If the folder doesn't exist, it's created
- click Save. To finish.
Use the Exchange Management Shell to configure message tracking
- MessageTrackingLogPath "C:\Message Tracking Log". Note that if the folder doesn't exist, it's created for you.
- MessageTrackingLogMaxFileSize 25 MB
- MessageTrackingLogMaxDirectorySize 1.5 GB
- MessageTrackingLogMaxAge 45 days
We will use the below CMD to set the same.
Below screenshot is showing the newly configure settings on the Transport Service.
- Get link
- X
- Other Apps
Comments
Post a Comment