Can anyone share a full .plist file for onedrive redirection, please?
I set mine like this, but i'm certain there's some things missing. Like adding a payload for OneDrive, is this required? I'm trying to figure this out, first timer..
<?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>BlockExternalSync</key>
<true/>
<key>DisablePersonalSync</key>
<true/>
<key>EnableSyncAdminReports</key>
<integer>1</integer>
<key>AllowTenantList</key>
<dict>
<key>TenandID</key>
<true/>
</dict>
<key>KFMSilentOptIn</key>
<string>TenandID</string>
<key>KFMOptInWithWizard</key>
<string>TenandID</string>
<key>KFMSilentOptInDesktop</key>
<true/>
<key>KFMSilentOptInDocuments</key>
<true/>
<key>KFMSilentOptInWithNotification</key>
<true/>
<key>KFMBlockOptOut</key>
<true/>
<key>OpenAtLogin</key>
<true/>
</dict>
</plist>