Forum Discussion
matteocarlini
Apr 30, 2021Copper Contributor
Exchange 2016 message tracking
I disable message tracking on message subject with the following command Set-TransportService Mailbox01 -MessageTrackingLogEnabled $false I verify the status with Get-TransportService [<ServerIdent...
- May 06, 2021Hi,
yestarday i tried this scenario in a lab enviroment. I restarted the transport servive but doesn't work.
So I restarted the exchange server and the changes have been applied. I solved the problem.
Thank you for your support
wkwi108
May 01, 2021Copper Contributor
Your command doesn‘t disable tracking the subject but disables message tracking at all. Disabling subject logging is done by the parameter MessageTrackingLogSubjectLoggingEnabled $false.
After running your command: Did you restart the transport service an all machines?
After running your command: Did you restart the transport service an all machines?
- matteocarliniMay 01, 2021Copper Contributor
Sorry i wrote the wrong command on the post. I used the right command on the server. In the Microsoft documentation i didn't find the need to restart transport service. Do you think that is mandatory ?
- wkwi108May 05, 2021Copper ContributorI‘m not sure, why not giving a try?! Restart-Service MSExchangeTransport Shouldn‘t have a big impact.
- matteocarliniMay 06, 2021Copper ContributorHi,
yestarday i tried this scenario in a lab enviroment. I restarted the transport servive but doesn't work.
So I restarted the exchange server and the changes have been applied. I solved the problem.
Thank you for your support