Earlier this week on twitter I got a question on how to name the logs folder in MDT after date and time. Here is how:
Edit the CustomSettings.ini file
SLSHARE=MDT01Logs$#month(date) & "-" & day(date) & "-" & year(date) & "__" & hour(now) & "-" & minute(now)#
That's it, here is the result:
Naming Logs folder after date and time.
Written by Johan Arwidmark