Using a Computer Group as a Condition for a Job
Filed under:
Deployment Solution
Basics
Submitted by marcoads on 22 July, 2008 - 13:55
How do you use the name of a Computer Group within the DS console as a task condition? This tech tip will show you how. Note that this will only work with Deployment Solution 6.5, 6.8, and 6.9.
Create a Task Condition and use a User Defined Token with the token condition:
%#*"Select group_name from computer_display where computer_id=%ID%"%
This token is evaluated at run time when the agent is connected.
(20 votes)







Example?
This looks really interesting but can you give us an example on how we would use this say if a computer was in a group called desktops?
Thanks
Value
Just plug in "desktops" as the value and then it should turn up as a task condition in the DS console.