MigrationFox Docs

Schema-Aware Migration Coverage

What a schema-aware SharePoint migration actually preserves, which structures need the one-click toggles, and the per-web-part fix-up matrix for cross-tenant runs.

tl;dr — what you actually get

Out of the box: document libraries, generic lists, list views, native version history, and all per-file metadata. With the dedicated toggles: content types (requires Sites.Manage.All) and site pages with web parts (web parts referencing source-tenant resources need fix-up cross-tenant). What does NOT migrate: SharePoint workflows, custom solution packages (.wsp / .sppkg), InfoPath form templates (use InfoPath PDF Archive instead), classic-page branding, and user profile properties.

What migrates out of the box

Every SharePoint & OneDrive migration via the schema-aware wizard preserves the following with no additional configuration:

What needs the one-click toggles

Two categories are gated behind dedicated checkboxes in the wizard's Migration Scope section because they require extra permissions or have caveats worth surfacing at decision time:

Content types

Site-level content types are copied before list creation so dest lists can reference them by name. Off by default because the migration needs Sites.Manage.All Graph scope — one notch higher than the default Sites.ReadWrite.All. When you check "Migrate content types" in the wizard, the next OAuth consent prompt will request the additional scope; admin consent grants it tenant-wide so subsequent jobs don't re-prompt.

What unlocks: column inheritance (a custom "Project ID" column defined once at the site level and inherited by 12 lists migrates intact instead of being re-defined per-list). What doesn't change: lists without custom content types behave identically with or without this toggle.

Site pages with web parts

Modern site pages (the /SitePages/ library) and their canvas layouts copy when the toggle is on. The page structure (sections, columns, page properties, banner, layout) always copies cleanly. The caveats live one level down, on individual web parts.

Cross-tenant: web parts may need re-binding

Many web parts reference source-tenant resources by ID or URL — a List ID, a document URL, a SiteAssets image. Same-tenant migrations keep working because the references still resolve. Cross-tenant migrations leave the references pointing at the source tenant; SharePoint either renders an empty web part or shows a broken-link icon. The matrix below documents which web parts need fix-up and how. We don't auto-rewrite references — doing so silently would risk mis-binding to the wrong destination resource.

Web part fix-up matrix

How each common web part behaves after migration. Use this to plan your post-migration checklist for cross-tenant runs.

Web part type Same tenant Cross tenant
List embed
References source list by ID
✓ Honored automatically Needs re-bind to the dest list (edit page → pick the migrated list from the destination's list picker).
Document embed
References file by source URL
✓ Honored automatically Needs re-link to the dest document (the source URL won't resolve on the destination tenant).
Image
Uploaded to source SiteAssets
✓ Honored (image lives at same URL on dest site collection) × Image broken — re-upload to the destination SiteAssets or use an externally-hosted URL.
People web part
References source-tenant users
✓ Honored if the user exists on the destination tenant Cross-tenant: users won't resolve unless they exist on the dest tenant as full members or B2B guests with the same UPN. Re-pick the people if not.
News web part
References source-tenant news pages
✓ Honored if the source news pages migrated to the dest site × Source news pages don't exist on the dest tenant. Re-create the news roll-up after migrating the news pages.
Quick links
References source-tenant URLs
✓ Honored Update any links pointing at source-tenant resources to the destination equivalents.
Hero web part
Background image + tile links
✓ Honored (same site collection / tenant) Background image broken (re-upload) + tile links need updating.
Text / Markdown / Embed ✓ (content-only, no external references)
Power BI / Forms / custom SPFx References by report ID / form ID — works only if the same Power BI workspace / Forms tenant is in scope. × Cross-tenant: the embedded service binding doesn't transfer. Re-embed the report or form on the destination tenant.

True History Mode coverage

True History Mode (the default for SharePoint ↔ SharePoint and OneDrive ↔ SharePoint migrations within the same tenant) routes through the SharePoint Migration API instead of Graph. It preserves a stricter set of metadata than the cross-platform Graph path:

Folder-level metadata is preserved via a two-pass post-migration patch (Author/Editor first, Modified/Created second) because the SharePoint Migration API silently discards user-field writes when system-field writes are in the same payload. If the system-field pass fails on a specific folder, the folder will still show the correct Author + Editor but the Modified date will show the migration timestamp instead of the source date. The job log reports the count under spmt.folder_metadata.complete with systemFieldsFailed: N — check that value if folder dates look off.

What does NOT migrate

Set expectations explicitly — these structures don't transfer through MigrationFox today and you'll want to handle them separately:

Scope requirements (Graph permissions)

The wizard requests the minimum scope needed for the toggles you've selected:

For admins who want to avoid per-job consent prompts: have your tenant admin grant Sites.Manage.All tenant-wide once via the Microsoft Entra admin center → Enterprise applications → MigrationFox → Permissions → "Grant admin consent". Subsequent jobs by anyone in the tenant won't re-prompt.

Not sure how a specific structure migrates?

If you have a SharePoint structure (custom web part, complex view, third-party content type, etc.) and want to know whether it'll survive a MigrationFox run, send the site URL plus a screenshot or description of the structure to support@migrationfox.com. We'll respond within one business day with: (a) confirmation it migrates as-is, (b) the fix-up needed post-migration, or (c) "this isn't supported today" with a workaround.

This page evolves with the product

As we add support for more structures (e.g. classic publishing pages, additional web parts), we update this matrix on the same day. Bookmark this page if your decision depends on a specific structure — you'll see when coverage changes.