I'm attempting to set up Onedrive KFM for my company. I've read over the other posts regarding this topic and by all accounts appear to be mirroring what others are doing.
- Created and pushed a config to allow full disk access to Onedrive.app
- Created a plist in Jamf Pro with requisite settings as outlined in the example below
I'm running into two main issues.
- The Privacy & Security tab doesn't update to show access granted, but it seems like it has been.
- The plist is not applied, or at least not applied entirely. I was assuming it would appear in the library/preferences folder, but it is not. Are plists created in this manner supposed to appear in a folder on the computer?
Has anyone run into these issues? I'm able to set up KFM manually on the laptops, but automatic optin is not functioning as expected.
<?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>KFMBlockOptOut</key>
<true/>
<key>KFMOptInWithWizard</key>
<string>xxxxxxxxx</string>
<key>KFMSilentOptIn</key>
<string>xxxxxxxxx</string>
<key>HideDockIcon</key>
<true/>
<key>OpenAtLogin</key>
<false/>
</dict>
</plist>