Friday, November 20, 2015

Configuration Manager 2012 R2 - Increase the size of the smsts.log during OSD Windows 10

Increase size of the smsts.log

 
 
 
 
 
It is very easy to increase the size of the client logs through the Configuration Manager client properties (Settings CCMLOGLEVEL, CCMLOGMAXHISTORY and CCMLOGMAXSIZE). However, these parameters do not apply during the OSD Windows 10.
I propose a solution allowing you to increase the size of the log smsts.log during your deploy Windows 10

The solution is to start a boot image using the utility dism, and create a smsts.ini file in the "Windows" of the mounted image.
The smsts.ini file must be this:

[Logging]
LOGLEVEL = 0 LOGLEVEL = 0
LOGMAXSIZE = 5242880 LogMaxSize = 5242880
LOGMAXHISTORY = 3 LOGMAXHISTORY = 3


The active LOGLEVEL logs in Verbose mode, the LogMaxSize setting the size of the log, and LOGMAXHISTORY indicates the number of logs to keep.
Once your modified boot image, updatez your DPs and voila !!


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.