Skip to Content
EmailOnedriveSync Settings

Sync Settings

Monitor OneDrive sync client status across managed devices. Identify users with sync issues, pending uploads, or outdated clients that may impact data protection. Configure sync policies to control which devices can sync and what content is synced.

Note: OneDrive storage is included with Microsoft 365 licenses. Default allocation is 1 TB per user, expandable to 5 TB for organizations with 5 or more licenses.

Sync Status Overview

Monitor sync health across all managed tenants:

StatusCountDescription
Syncing142Files up to date
Uploading8Pending uploads in progress
Paused4User or system paused
Error2Requires attention

Sync Client Settings

SettingDescription
Block sync on unmanaged devicesOnly allow sync from domain-joined or compliant devices
Block specific file typesPrevent syncing of certain file extensions
Limit upload bandwidthThrottle upload speed during business hours
Limit download bandwidthThrottle download speed during business hours

Common Sync Issues

Issue TypeCountDescriptionResolution
Sync Conflict23Same file modified in multiple locationsUser must resolve by keeping one version
File Name Issue8Invalid characters or path too longRename file or shorten path
Storage Full3OneDrive quota exceededDelete files or increase quota
Authentication Error2Sign-in required or token expiredUser must re-authenticate

Known Folder Move

Redirect Windows Desktop, Documents, and Pictures folders to OneDrive for automatic backup:

  • Silently redirect — Move folders without user prompt (recommended for managed devices)
  • Prompt users — Ask users to move their known folders to OneDrive
  • Block redirect — Prevent users from stopping Known Folder Move once enabled

Device Restrictions

Control which devices can sync OneDrive content:

  • Restrict sync to specific Active Directory domains
  • Require device compliance for sync access (via Intune)
  • Block sync on macOS, Windows, or specific OS versions
  • Limit sync to managed devices only

Sync Status Monitoring

Track sync health metrics for proactive issue resolution:

Health Indicators

  • Green (Syncing) — Files up to date, client connected and healthy
  • Blue (Uploading) — Pending uploads in progress, monitor for stuck uploads
  • Amber (Paused) — User or system paused sync, may need investigation
  • Red (Error) — Sync error requiring attention, check error details

Monitoring Recommendations

  • Alert on sync errors persisting more than 24 hours
  • Track upload queue size for bandwidth planning
  • Monitor client version distribution across devices
  • Identify users with outdated sync clients

Best Practices

Sync Configuration

  • Enable Known Folder Move with silent redirect for all managed devices
  • Block sync on unmanaged and non-compliant devices
  • Set bandwidth limits during business hours to avoid network saturation
  • Block file types that should not be synced (e.g., .pst, .ost, database files)

Monitoring and Compliance

  • Monitor sync status for backup coverage gaps
  • Review sync errors weekly to identify systemic issues
  • Track client versions and push updates for outdated clients
  • Set alerts for users with prolonged sync failures
  • Document sync policies for compliance audits

API Reference

# Get OneDrive usage report including sync data GET /reports/getOneDriveUsageAccountDetail(period='D30')
# Get user's OneDrive storage and sync status GET /users/{user-id}/drive?$select=quota
# OpsPilot365 API - Cross-tenant sync status GET /api/reports/onedrive/sync-status { "tenantIds": ["tenant-1", "tenant-2"], "includeErrors": true }
  • GET /api/onedrive/sync — Get sync settings
  • PUT /api/onedrive/sync — Update sync settings
  • GET /api/onedrive/sync/status — Get sync status across devices
Last updated on