Hi
JSS 9.81, using for Mac OSX only.
I have a generic script that accepts parameters, so it can be reused.
I have a policy that calls this script, and passes the parameters accordingly. This works fine...
The problem is when I want to call the script 3 times, with different parameters, from the same policy.
> Create New Policy
> Add Script > Select Script "myscript" > add a string to a parameter
> Add Script > Select Script "myscript" > add a [different] string to a parameter
> Save
It does not save all the parameters. Instead, the topmost script in the list has it's parameters copied to all other scripts in the list.
Is this expected?