Have you checked out GitHub? Jamf has some API scripts, maybe slightly
outdated but I know there are others who have some api scripts out there
as well. https://github.com/jamf/API_Scripts
I have run into similar issues on Catalina with users on local accounts.
I have not been able to completely narrow down what causes it to happen.
But it does appear to be related to the password policy config profile
deployed, because on several syst...
If you have a config profile or plist for your Chrome config I believe
the key you want to add is QuicAllowed boolean true/false. Reference is
here:
https://cloud.google.com/docs/chrome-enterprise/policies?policy=QuicAllowed
@jlococo Looks like the version you have of that script is old. There
were some updates to it a while back that added(line 533) when
installing an os greater than 10.14 it would utilize the --forcequitapps
option and that should fix the issue with Se...
Oh your not using a post install script. Your package is just dropping
the file in /Users/Shared/ and then in your policy you are trying to use
a Jamf files and process command to actually try running that
install.sh? That could be your problem, with...