cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
abarker5
Engaged Sweeper II
I want to specify a deployment condition that checks for a specific registry value. This value has the computer name in it, so I need to use a variable. If the registry value is found, then the deployment would continue. Please add variable support in the next release.
1 REPLY 1
Michael_V
Champion Sweeper III
As a workaround you can do the following:
- Create a vbs script that looks up the value based on the computer name.
- Let the vbs script return a value for failure and success.
- Use the vbs script as a step and link the failure & success to the next needed step.