Kmsvlallaio0470: Repack
First, KMSVLALLAIO0470. That looks like a product key or a license code. KMS typically stands for Key Management Service, which is used for volume licensing of Microsoft products. VLL might be part of a Microsoft volume license key format. So maybe this is a volume license product key for Windows or Office?
Then "repack" – that usually refers to redistributing software in a different format, sometimes unofficially. Like someone taking an official installation and repacking it into a more convenient format, which can be legal if done properly but sometimes associated with pirated versions. I need to be careful here because repacked software can sometimes include cracks or unauthorized modifications. kmsvlallaio0470 repack
Putting it all together, the user might be asking about a repacked version of a Microsoft product using a KMSVL key, and what solid (as in reliable) features the repack includes. Alternatively, maybe they're encountering an error code or needing help with activating a KMSVL key. First, KMSVLALLAIO0470
"SOLID Feature" – the user might be referring to a feature of the software that's considered robust or reliable. But SOLID also has a specific meaning in programming (Single responsibility, Open/closed, Liskov substitution, Interface segregation, Dependency inversion). Not sure if that's relevant here. VLL might be part of a Microsoft volume license key format

Regarding the patch in the DeployWiz_SelectTS.vbs script, for MDT build 8443 you will have to add an extra line; in “Function ValidateTSList”, after the line that says “Dim oTS” add the following:
Dim sCmd
Dim oItem
Set oShell = createObject(“Wscript.shell”)
The two lines at the bottom are as in MDT 2013 Update 2.
Kudos on this workaround goes to Ward Vissers in “MDT Build 8443 Automatically move computers to the right OU” (http://www.wardvissers.nl/2016/12/29/mdt-build-8443-automatically-move-computers-to-the-right-ou/).
Thanks a lot for your article!
— Javier Llorente
Thanks for this Javier!
Has anyone tried this same fix in MDT Build 8456? I’m working on updating my MDT to the latest install and I’m having issues getting the TS Selection to work like it did previously with this fix in place.