I'm trying to take some of the variables in my customsettings.ini and move them into my task sequence via task sequence variables but I can't get any of them to work. My understanding is they're very straight-forward to use.
For example TimeZoneName=Eastern Standard Time. I made a "set task sequence variable" just before the first gather step (I've also tried after for good measure) with the following info.
Name: TimeZoneName
Variable: TimeZoneName
Value: Eastern Standard Time
I've done this with a number of different variables but the results are the same. When I get to the specific step in the deployment wizard, none of the values are applied. They work fine if I set them in my customsettings.ini.
Is this a bug in 8443? Am I doing it wrong? Maybe point me to a straight forward walk through on implementing them?