Hello.
I'm not sure if this is possible, but I am trying to see if it's possible to "save" the arguments passed to a generic script in a casper imaging workflow. Why?
I'm considering trying to use a generic script to add some jamf "receipts" to a machine at imaging time. The receipts that it will write out would be arguments in the script's arguments fields and passed in when calling the script (the $4 to $11 arguments) "after" casper but before it restarts. I can certainly do this manually, by choosing "Custom", going to the script and typing things in. I'd rather avoid the typing and instead have a few different workflows with different sets of saved arguments passed to the script being the only changes.
Is this possible? If not, does anyone have a nice way of mixing/matching several different policy combinations without creating a script for each combination?