It looks like you’re on the right track with the conditions, but the issue might be in how the conditions are set. Make sure you’re using the proper syntax for filtering based on your custom variable (dcApplicationID
).
For TaskSequence 1:
- Condition:
dcApplicationID = "App1" OR dcApplicationID = "App2"
For TaskSequence 2:
- Condition:
dcApplicationID != "App1" AND dcApplicationID != "App2"
Double-check the logic and ensure that quotes are used correctly, as MDT is case-sensitive with variable names. Also, test the variable value during deployment to confirm it’s being set properly.