I'm pushing out the Cisco Umbrella OrgInfo.json file. It's currently working, but because I have the policy set to Reoccuring and ongoing, the json file copies to user endpoint every 15 minutes. I'm not keen on chaning it to Once Per User or Once Per Computer, I'd rather keep it set to Ongoing.
I've added the following to my installation script
# Check for and install Cisco OrgInfo.json if missing
if [ -e "/opt/cisco/anyconnect/umbrella/OrgInfo.json" ]
then
echo “OrgInfo.json exists’
else
sudo installer -allowUntrusted -verboseR -pkg /Library/Application\\ Support/JAMF/Waiting\\ Room/OrgInfo.pkg -target /
fi
Anyone have any better ideas? Should I just build another policy just for the installation of this .json file?
Thanks in advance,