Jump to content


red9r

Established Members
  • Posts

    2
  • Joined

  • Last visited

red9r's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I thought about that but here is the problem I run in to with that. OSDComputerName is originally set with the userexit script. During the LTI deployment, the user has the option to change the computer name. If the name is changed, the new variable (also created in the userexit script) does not reflect the change because the script has already ran. I'm guessing my only other option is to create a separate script to set the variable and new task sequence step to run the script.
  2. I am trying to create a task sequence step that only runs when the first 6 characters of the computer name equal a certain string. From what I can tell, I can't use a wildcard or logic in the Task Sequence Variable Condition under the Options tab. Example: Given the following computer names, ABCDEF001, ABCDEF002, and BCDEFG001, the task sequence step should only run on ABCDEF001, and ABCDEF001. It should not run on BCDEFG001. I have tried: Task sequence variable OSDComputerName equals ABCDEF% Task sequence variable OSDComputerName equals ABCDEF* Task sequence variable OSDComputerName equals ABCDEF$ Task sequence variable #Left("%OSDComputerName%",6)# equals ABCDEF Any suggestions on how I might go about accomplishing this? I have also tried creating another variable in customsettings.ini that takes the first six characters of the computer name but it does not work because customsettings.ini is processed before the computer name is submitted.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.