Skip to main content

Okay so I had created an apple scrip app that would force the system to check with caster and push updated by running two commands "sudo jamf manage" and "sudo JAMF policy" everythign was working fine until i upgraded my JSS to 9.82 no i get an error *
error "sudo: jamf: command not found"



Can any one tell what i need to change to make it work again.



thanks.

Probably put in the full path to the binary now? My guess is running it from Applescript its not seeing the path now by simply putting in jamf by itself.



sudo /usr/local/bin/jamf policy


But, taking a step back here, why not put something like this into Self Service?



EDIT: Doh! had the wrong path in there. Fixed now.


Thank you !