Skip to main content

Microsoft OneDrive - (Group PoliciesRedirect Folder)

Summary

This document implements group policies to redirect Windows known folders (Desktop, Documents, Pictures, Screenshots, and Camera Roll) to Microsoft OneDrive and outlines other desired modifications.

Dependencies

Associated Content

Implementation

Export the procedure from ProVal's VSA instance.
Name: Microsoft OneDrive - (Group Policies/Redirect Folder)

Image

The export will download the necessary XML file.

Image

Import this procedure into the partner's VSA instance.

Image

Ensure the Managed Variable - M365TenantId is created prior to usage if folder redirection is desired.

Usage

ProVal Plug & Play: The agent procedure requires no configuration, but the options can be customized if desired by the partner.

Ensure the managed variable exists prior to usage.

Image

NamePossible ValuesProcedure DefaultDescription
SilentAccountConfig(0/1)1Silently sign in users to the OneDrive sync app with their Windows credentials
FilesOnDemandEnabled(0/1)1File contents don't download until a file is opened.
GPOSetUpdateRing(4/5/0)5Sets the update ring for OneDrive. 4 for Insider, 5 for Production, or 0 for Deferred
DehydrateSyncedTeamSites(0/1)1Convert Microsoft Teams site files to online-only files
EnableAutomaticUploadBandwidthManagement(0/1)1This setting lets OneDrive upload data in the background only when unused bandwidth is available.
EnableSyncAdminReports(0/1)1Lets OneDrive report sync device and health data and include it in administrative sync reports.
EnableAutoStart(0/1)1Always start OneDrive automatically when signing in to Windows
AllowTenantList<M365TenantId><M365TenantId>This setting prevents users from easily uploading files to other organizations by specifying allowed tenant IDs
KFMBlockOptOut(0/1)1This setting forces users to keep their Documents, Pictures, and Desktop folders directed to OneDrive.
KFMOptInWithWizard<M365TenantId><M365TenantId>This setting shows a window that prompts users to move their Documents, Pictures, and Desktop folders to OneDrive.
KFMSilentOptIn<M365TenantId><M365TenantId>This setting redirects and moves your users' Documents, Pictures, and/or Desktop folders to OneDrive without any user interaction.
KFMSilentOptInWithNotification(0/1)1Shows a notification after a successful redirection.

Output

A status of Success is expected.

Image

Image

Image