Posted on 07-26-2023 03:32 PM
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.
I'm running into two main issues.
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>
07-27-2023 05:02 AM - edited 07-27-2023 05:06 AM
@JWeizGuy PPPC settings applied via Configuration Profile do not appear in the Privacy & Security GUI.
Computer level settings applied via a Configuration Profile usually appear under /Library/Managed Preferences
On the failure of automatic enablement of KFM, that has been a problem with recent OneDrive versions. Hopefully MS will address it soon.
07-31-2023 09:06 AM - edited 07-31-2023 09:12 AM
We found that the profile only works if you use the Deferred Ring version of OneDrive. You need to add an additional custom setting to your profile.
Posted on 07-31-2023 09:09 AM