MDT Log Locations

MDT Log Locations – MDT logs, disk partitioning, deployment, domain join, Windows setup, unattend log, task sequencer

Useful external reference: Microsoft Learn.

  1. Before Disk Partitioning:
    • Location: X:MININTSMSOSDOSDLOGS
    • This is the initial phase, and logs here provide insights into the early stages of the deployment process.
  2. After Disk Partitioning:
    • Location: C:MININTSMSOSDOSDLOGS
    • Once the disk is partitioned, the logs shift to this directory, detailing the partitioning process and subsequent steps.
  3. Post-Deployment:
    • Location: %WINDIR%TEMPDeploymentLogs
    • After the deployment concludes, the logs move to this directory, offering a comprehensive view of the entire deployment process.

MDT Log Locations – For a more user-friendly experience when reading and interpreting these logs, tools like cmtrace or trace32 are invaluable.

Useful external reference: Microsoft Learn.

PathDescription
%SystemDrive%MININTSMSOSDOSDLOGSBDD.logDeployent tasks log process
%SystemDrive%UsersADMINI~1AppDataLocalTempSMSTSLOGSMSTS.LOGDeployment task sequencer log
%SystemDrive%WindowsDEBUGNETSETUP.LOGDomain join log
%SystemDrive%WindowsPanthersetupact.LOGWindows setup log
%SystemDrive%WindowsPantherUnattendGCsetupact.LOGWindows unattend log
%SystemDrive%WindowsTEMPDeploymentLogsBDD.LOGDeployent tasks log process in an other folder
%SystemDrive%WindowsTEMPSMSTSLogSMSTS.LOGDeployment task sequencer log in an other folder

MDT Log Locations Overview