Naming Logs folder in MDT after date and time

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:

image
Naming Logs folder after date and time.

Written by Johan Arwidmark

About the author

Johan Arwidmark

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments

>