Hey,
Im trying to get rid of a "double" question in my deployment.
When deploying I ask for 2 variable to be enter when starting a deployment
Site OSDcomputername
A normal input would be for a Danish computer
Site = DK
OSDcomputername = DK-TL-xxxxx
For a US computer
Site = US
OSDcomputername = US-LT-xxxxx
Where LT = LapTop and TL = TabLet
Since SITE is always the 2 first letters in the OSDcomputername, how can I use this in my task sequnce ?
Since I dont have a "Begins with" and i cannot use *,? or % in the condition, how can i then use the first 2 letters of the OSDcomputername to define running the language part ?