Skip to main content

Deploy OneDrive KFM with Microsoft Intune OMA-URI

Table of Contents

OneDrive KFM (Known Folder Move) allows you to redirect common Windows folders (Desktop, Documents and Pictures) to the users personal OneDrive. OneDrive Known Folder Move is the modern replacement for the well known folder redirection group policy. The deployment with Microsoft Intune allows you to trigger or automate the OneDrive KFM configuration for your end users.

  • Updated on 04.08.2019: Added administrative template configuration

This post is based on a great article from Oliver Kieselbach about Deep dive ADMX ingestion to configure SilentAccountConfig with OneDrive. I used his blog to play around with the admx ingestion.

Prerequisites
#

To automatically deploy OneDrive Known Folder Move the following prerequisites must be met:

  • OneDrive sync client with build 18.111.0603.0004 or greater
  • Azure AD Joined or Hybrid Azure AD Joined Windows 10 Device Running Windows 10 1709 or later

Intune Configuration
#

Configure SilentAccountConfig
#

Option #1 - ADMX Templates
#

With SilentAccountConfig enabled OneDrive for Business gets automatically configured with the current user account who’s signing in to Windows.

Locate and enable the following policy within your Administrative templates device configuration: “Silently sign in users to the OneDrive sync client with their Windows credentials”:

Enable silentAccountConfig
Option #2 - OMA-URI
#
NameSilentAccountConfig
DescriptionSilently configure OneDrive using the primary Windows account
OMA-URI./Device/Vendor/MSFT/Policy/Config/OneDriveNGSC~Policy~OneDriveNGSC/SilentAccountConfig
Data typeString
Value<enabled/>

Gather Tenant ID
#

As there are multiple configuration options to enable OneDrive for Business Known Folder Move I describe the option to silently redirect the folders and the option to prompt the user first. For both options we need to acquire the tenant ID of the Azure Active Directory tenant. You can find your tenant ID in the Azure Portal in the Active Directory Application section and then choose Properties / Directory ID.

Get Tenant ID

Enable OneDrive KFM without user consent#

Option #1 - ADMX Templates
#

Locate and enable the following policy within your Administrative templates device configuration: “Silently move Windows known folders to OneDrive”:

KfmOptInNoWizard

Option #2 - OMA-URI
#

NameKFMOptInNoWizard
DescriptionSilently redirect Windows known folders to OneDrive
OMA-URI./Device/Vendor/MSFT/Policy/Config/OneDriveNGSC~Policy~OneDriveNGSC/KFMOptInNoWizard
Data typeString
Value<enabled/> <data id="KFMOptInNoWizard_TextBox" value="Insert Your Azure Tenant ID"/> <data id="KFMOptInNoWizard_Dropdown" value="0"/>

For the the “KFMOptInNoWizard_Dropdown” the following options are available:

  • Value of 0 = Don’t display any notification
  • Value of 1 = Display a notification after KFM setup has completed

User Experience
#

  • Desktop, Document and Picture folders are now redirected to OneDrive For Business:

    KFMOptInNoWizard

  • If the notification option is enabled, the user receives a toast notification that his folders are protected and synced with OneDrive:

    KFMOptInNoWizard_NotificationEnabled

Enable OneDrive KFM with user consent#

Option #1 - ADMX Templates
#

Locate and enable the following policy within your Administrative templates device configuration: “Prompt users to move Windows known folders to OneDrive”:

KfmOptIn

Option #2 - OMA-URI
#

NameKFMOptInWithWizard
DescriptionPrompt users to move Windows known folders to OneDrive
OMA-URI./Device/Vendor/MSFT/Policy/Config/OneDriveNGSC~Policy~OneDriveNGSC/KFMOptInWithWizard
Data typeString
Value<enabled/> <data id="KFMOptInWithWizard_TextBox" value="Insert Your Azure Tenant ID"/>

User Experience
#

  • As soon as the user is automatically signed in to OneDrive he receives a notification to protect his common Windows folders

    KFMOptInWithWizard

  • If the user dismisses the notification it will pop up again after a few minutes. This happens until he enables OneDrive KFM protection

  • If the user starts the protection a confirmation dialog appears

    KFMOptInWithWizard

Prevent users from redirecting their Windows known folders (back) to their PC
#

If you want to prevent that users redirect their folders back to a local drive, you can add this option to your existing OneDrive KFM configuration.

Option #1 - ADMX Templates
#

Locate and enable the following policy within your Administrative templates device configuration: “Prevent users from redirecting their Windows known folders to their PC”:

Intune OneDrive Known Folder Move Configuration

Option #2 - OMA-URI
#

NameKFMBlockOptOut
DescriptionPrevent users from redirecting their Windows known folders to their PC
OMA-URI./Device/Vendor/MSFT/Policy/Config/OneDriveNGSC~Policy~OneDriveNGSC/KFMBlockOptOut
Data typeString
Value<enabled/>

User Experience
#

  • A user accesses the OneDrive Sync Client settings
  • The user wants to update his protected folders
  • The option to stop folder protection is not shown and a hint shows that the setting is controlled by the organization

Enable Files On Demand
#

By default OneDrive Files on Demand is enabled which only downloads files accessed or marked as always available offline.

Option #1 - ADMX Templates
#

Locate and enable the following policy within your Administrative templates device configuration: “Use OneDrive Files On-Demand”:

FilesOnDemandEnabled

Option #2 - OMA-URI
#

NameFilesOnDemandEnabled
DescriptionEnable OneDrive Files On-Demand
OMA-URI./Device/Vendor/MSFT/Policy/Config/OneDriveNGSC~Policy~OneDriveNGSC/FilesOnDemandEnabled
Data typeString
Value<enabled/>

Final words
#

Thank you for reading this blogpost. If you have any questions or feedback just let me know. Happy Known-Folder-Moving,Nicola

Nicola Suter
Author
Nicola Suter
Building cyber defense with Microsoft Security today, for tomorrow’s threats.