Fortunately MDT provides us with the ability to do this with the 'SLShareDynamicLogging' parameter (which will write the logs on the fly to a specific directory).
We simply need to modify our deployment share's customsettings.ini file e.g.
SLShareDynamicLogging=\\mdtserver\DeploymentShare$\Logs
Taken from TechNet - Microsoft gives us a quick overview of which logs pertain to what:
Before the Image is applied to the machine:
X:\MININT\SMSOSD\OSDLOGS
After the system drive has been formatted:
C:\MININT\SMSOSD\OSDLOGS
After Deployment:
%WINDIR%\TEMP\DeploymentLogs
The logs of most interest for troubleshooting a failed install will be:
BDD.LOG – This is an aggregated log of all the MDT Logs.
SMSTS.LOG – This log would be used to troubleshoot Task Sequence errors.
No comments:
Post a Comment