Hi,
The point is to not display a value, like a password in a command line step.
So I set the task sequence variable by checking the "do not display value" box.
Then, to use this value in a command line using cmd, not powershell, is the procedure to use this format %TSVarPassword% with %% caracters ?
For example
cctk.exe --OnboardModem=enabled --valsetuppwd=%TSVarPassword%
Or do we have to use powershell, store the task sequence variable value in a variable, then use it in the command ?
Thanks