Exchange – Move Performance Logs

Problem

Daily performance logs are using up your c: drive space and you need to clean up

Solution

In Exchange management shell execute the following commands replacing the H:\Exchange\PerformanceLogs with the new location

logman -stop ExchangeDiagnosticsDailyPerformanceLog
logman -update ExchangeDiagnosticsDailyPerformanceLog -o “H:\Exchange\PerformanceLogs”
logman -start ExchangeDiagnosticsDailyPerformanceLog

Tested Platform

Windows 2012 R2
Exchange 2016

Hits: 548

Leave a Reply