GenANC Posted November 26, 2015 Report post Posted November 26, 2015 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 SiteOSDcomputername 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 ? Quote Share this post Link to post Share on other sites More sharing options...
ZeZe Posted November 26, 2015 Report post Posted November 26, 2015 Doesn't work changing to "OSDComputername LIKE %DT%" ...? It should... When I use it with WMI parameters I use %... Quote Share this post Link to post Share on other sites More sharing options...
GenANC Posted December 8, 2015 Report post Posted December 8, 2015 That is the problem with a "Task Sequence Variable" I dont have the option to "write" a query, i can only select few "questions", see attached image... Quote Share this post Link to post Share on other sites More sharing options...