1 min read

Configuring MDT Logging to a Server

Configuring MDT Logging to a Server
Photo by Clint Patterson / Unsplash

To enable centralized logging for each deployed machine, add the following lines under the [Default] section in the Rules tab of MDT:

SLShare=%DeployRoot%\TSLogs\%TaskSequenceID%
SLShareDynamicLogging=%DeployRoot%\TSLogs\%TaskSequenceID%\%OSDComputerName%

This setup ensures that logs are organized by task sequence and computer name, allowing you to easily track deployments on the server.