Client Management Suite

 View Only
  • 1.  Assign value without running on computer

    Posted Dec 10, 2019 08:26 AM

    I have 2 run script tasks that uses command script as the script type. Both uses unmanaged tokens. I feed the value from task to another. 

    The command I use for one of them is just:

    SET ListOfUsers="%!Users!%"
    IF DEFINED ListOfUsers(
    	ECHO %ListOfUsers%
    )

    That task runs on the computer, but it doesn't need to. Is there another way to I put in my info and not have it run on the computer where it is being pushed? That info is being feed to another task that will have to run on the computer it is being pushed to. Thanks.



  • 2.  RE: Assign value without running on computer

    Posted Dec 10, 2019 03:15 PM
    Unless I’m missing something could you not just run a server task, instead of a client?


  • 3.  RE: Assign value without running on computer

    Posted Dec 10, 2019 03:21 PM

    Well.....yes, but I found out you can't include a server task to a Client Job. You never see the server task when you try to add it.



  • 4.  RE: Assign value without running on computer
    Best Answer

    Posted Dec 10, 2019 03:26 PM
    Task Server Task Task Server jobs, tasks, and task types https://support.symantec.com/us/en/article.howto9671.html