Hello All,
I was wondering if anyone here has been able to successfully implement OneDrive Known folder move?
We are trying to move user's Desktop and Documents folders to OneDrive, without any user interaction, we have tried to apply these settings using the Applications and Custom settings payload, we can see the CP in System preferences Profiles but nothing changes in Onedrive. Other settings like hide dock icon and open at login are successfully applied with the same CP.
<?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> Here is the sample of the plist created in the CP.
Thanks,






