I While ago i blogd about MDT Displaying The Task Sequence Name
This is still ongoing issue in MDT 2013 Update 2
Sow:
oEnvironment.Item(“_SMSTSPackageName”) = “Lite Touch Installation”
And change it like so:
oEnvironment.Item(“_SMSTSPackageName”) = oEnvironment.Item(“TaskSequenceName”)
Change this please Microsoft