OneDrive Known Folder Move Not Working

infrase2020
New Contributor III

Hi all,

 

We are running the latest production ring version of OneDrive (23.153.0724.0003) and setup known folder move via the official Microsoft documentation, has anyone been able to get this working on the production ring? 

Deploy and configure the OneDrive sync app for Mac - SharePoint in Microsoft 365 | Microsoft Learn

I found an article that suggested it was a known issue with Microsoft on the production ring but that was from 2022 so i assumed it would've been fixed by now.

Has anyone been able to setup KFM move for Desktop and Documents to OneDrive? 

6 REPLIES 6

sdagley
Esteemed Contributor II

@infrase2020 Reliably having KFM activate in the Mac version of OneDrive continues to be a problem to this day, but Microsoft is now claiming that it will be fixed in the 23.160.0801.0002 release.

brass6332
New Contributor

It works fine, but as far as I'm aware, you still have to be on the Preview release of OneDrive. The Production release agent doesn't pick up the KFM config yet, nor does the Enterprise ring.

I deployed a configuration profile to force all the clients to Preview ring, and then known folder move activated (after OneDrive did an update to the new ring).

To set the OneDrive Preview ring to test this, create a new configuration profile, and use the Application and Custom Settings payload:

Preference domain: com.microsoft.OneDriveUpdater

<?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>Tier</key>
	<string>Insiders</string>
</dict>
</plist>

brass6332_0-1692384019943.png

brass6332_1-1692384041321.png

 

dmccluskey
Contributor II

brass6332. Just so you are aware KFM went live November 2022. We starting using the minute it went full release.

infrase2020. you are correct  KFM Onedrive silent setup with plist broke sometime in June 2023. We have had a MS ticket open for a month with no movement. TrackingID#2307210040011078... please open one too so MS can see others are reporting the same issue.

Thanks

 

<key>KFMSilentOptIn</key> <string>xxxxxxxxxxx</string>

<key>KFMSilentOptInDesktop</key> <false/>

<key>KFMSilentOptInDocuments</key> <true/>

<key>KFMSilentOptInWithNotification</key> <false/>

<key>KFMBlockOptOut</key> <true/>

 

Thanks for that info; I didn't realize it had hit the prod ring. 

I noticed in your list that you didn't show one option that I set in my plist.

Out of curiosity, are you defining the DisableAutoConfig (integer "0" value) in your configuration profile?

this is what we use

<dict> <key>FirstDeleteDialogsShown</key> <integer>1</integer>

<key>DisablePersonalSync</key> <true/>

<key>DisableReportProblemDialog</key> <true/>

<key>HideDockIcon</key> <true/>

<key>DisableTutorial</key> <true/>

<key>OpenAtLogin</key> <true/>

<key>DefaultFolder</key> <array> <dict>

<key>Path</key>

<string>~</string>

<key>TenantId</key> <string>xxxxxxxx</string> </dict> </array>

<key>KFMSilentOptIn</key> <string>xxxxxxxx</string>

<key>KFMSilentOptInDesktop</key> <false/>

<key>KFMSilentOptInDocuments</key> <true/>

<key>KFMSilentOptInWithNotification</key> <false/>

<key>KFMBlockOptOut</key> <true/> </dict>

</plist>

ArrowAzzo
New Contributor

Is anyone aware if this issue has been fixed? I am still running into issues myself.