Hello,
I'm trying to move ALL of exchange log folders - not just some of them. I tried the following -
A few weeks ago I moved the log folders using the following -
move-databasepath -identity "priv" -logfolderpath "e:\logs" -Confirm:$false
Get-MailboxDatabase |select logfolderpath
This gives me e:\logs - this is where I want ALL of my logs to be. And there are indeed many log files in the e:\logs folder
However my C: drive is still getting filled with
C:\Program Files\Microsoft\Exchange Server\V15\Logging\Monitoring\Monitoring\ActiveMonitoringTraceLogs
C:\Program Files\Microsoft\Exchange Server\V15\Logging\Ews
C:\Program Files\Microsoft\Exchange Server\V15\Logging\HttpProxy\Ews
C:\Program Files\Microsoft\Exchange Server\V15\Logging\MailboxAssistantsLog
C:\Program Files\Microsoft\Exchange Server\V15\Logging\RpcHttp\W3SVC2
C:\Program Files\Microsoft\Exchange Server\V15\Logging\HttpProxy\OwaCalendar
C:\Program Files\Microsoft\Exchange Server\V15\Logging\Autodiscover
C:\Program Files\Microsoft\Exchange Server\V15\Logging\Calendar Repair Assistant
C:\Program Files\Microsoft\Exchange Server\V15\Logging\CmdletInfra\Others\Cmdlet
C:\Program Files\Microsoft\Exchange Server\V15\Logging\CmdletInfra\Powershell-Proxy\Http
And I'm sure other folders I didn't list - is there a way to move ALL logging?