Hello JAMF/Mac Admins, We are having a tough time with Netskope deployment. There is a template.plist which is deployed to Managed Preferences and should read and populate user's email based on string "$EMAIL". This is failing to happen due to which the next steps for JAMFScript and Netskope installer fail as well.
We are using Netskope Non AD joined mode that leverage the JAMFScript to run before Installer - NSClient is run.
Any help would be highly appreciate.
Template.plist looks like:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>email</key>
<string>$EMAIL</string>
</dict>
</plist>
------ When this is deployed, it comes down with any string present which should be user's email address read from JAMF.
Thanks
Paul