HomeNewsletterCommunityMVP FeedToolsArchiveBlogToday's NewsAboutServicesQuick Links Subscribe free
← Back to Blog
Intune IntuneGroup PolicyGPOGroup Policy AnalyticsSettings CatalogMigrationCSP

Moving Off Group Policy? Don't Lift and Shift - Here's the Tool Microsoft Actually Built for This

IA
Imran Awan
1 September 2026

Every GPO-to-Intune migration starts the same way: someone exports the domain's Group Policy Objects and starts recreating them one by one in Intune. It feels productive. It is also, according to Microsoft's own guidance on the subject, the wrong first move.

Most Active Directory environments are carrying years of Group Policy that nobody fully understands anymore - settings that duplicate each other, settings nobody remembers the reason for, settings that only ever applied to Windows 7. Copy all of that into Intune and you have not modernised your policy management. You have just moved your technical debt to a more expensive apartment.

Five-step GPO to Intune policy modernization pipeline: assess existing policies, analyze with Settings Catalog and Group Policy Analytics, deploy security baselines, create Intune policies, retire legacy policies
The short version

Microsoft Intune has a built-in tool called Group Policy Analytics that imports your real GPO exports and tells you, setting by setting, whether Intune has an equivalent, whether it's deprecated, or whether it simply cannot be replicated in the cloud. The right migration order is: assess first with this tool, decide what's actually worth keeping, and only then build the Intune policy - never copy a GPO across just because it exists.

The lift-and-shift trap

Group Policy has been around since Windows 2000. Most domains that have been running that long have Group Policy Objects nobody has touched in a decade - settings applied to the wrong organisational unit, duplicated across three different GPOs, or targeting an operating system version nobody in the building still runs.

Rebuilding every one of those in Intune, setting for setting, does not modernise anything. It just gives your technical debt a cloud subscription. Worse, some Group Policy settings genuinely cannot be replicated in a cloud-native world at all - they depend on on-premises infrastructure that a modern, internet-connected Windows device simply does not have.

Gotcha: "It's been working for ten years" is not the same as "it's still needed." A GPO's age tells you nothing about whether it still matters - only about how long it's been since anyone checked.

The tool built for exactly this: Group Policy Analytics

Microsoft's own answer to this problem is a feature inside Intune called Group Policy Analytics. In plain terms, it reads your real, exported Group Policy Objects and tells you, setting by setting, one of three things: this has a direct equivalent in Intune and is ready to move, this setting is deprecated and doesn't matter anymore, or this setting has no cloud equivalent at all.

That third category is the important one. It's the difference between "I haven't found the Intune setting yet" and "this setting genuinely cannot exist outside on-premises Active Directory." Group Policy Analytics tells you which is which, for your actual GPOs, rather than making you guess from a generic list.

Note: Microsoft is explicit that this tool is meant to be an input to your decision, not the decision itself. A setting showing as supported doesn't mean you should automatically migrate it - some of what's in your GPOs by now is genuinely obsolete and shouldn't follow you into Intune at all.

How to actually use it

The whole process runs in two places - your on-premises domain controller for the export, and the Intune admin center for everything after.

  1. Export each GPO as XML. On a machine with the Group Policy Management console, open GPMC.msc, expand your domain, expand Group Policy Objects, right-click the one you want to check, and choose Save report. Save it as an XML File, not HTML.
  2. Sign in to the Microsoft Intune admin center and go to Devices › Manage devices › Group Policy analytics.
  3. Select Import, choose your saved XML file (you can select several at once), and select Next.
  4. Choose a scope tag if you use them, or leave it as Default, then select Next › Create. Intune analyses the file automatically.
  5. The GPO now appears in the list with an MDM Support percentage - how much of that GPO's settings have a matching setting in Intune.
Watch out: A single GPO's XML export must be under 4 MB, and needs proper Unicode encoding. An oversized or badly-encoded file simply fails to import - if that happens, the GPO itself probably has far more settings crammed into it than it should, which is its own warning sign.

Reading the migration readiness report

Once you've imported a batch of GPOs, the real value is in Reports › Device management › Group policy analytics, specifically the Group policy migration readiness tab. Every setting you imported lands in one of three buckets.

StatusWhat it meansWhat to do
Ready for migrationIntune has a matching setting - usually through the Settings CatalogCandidate to actually move, if it's still needed
Not supportedNo cloud MDM provider, including Intune, has an equivalentStays on-premises, or gets re-thought entirely - not a like-for-like move
DeprecatedApplied to old Windows/Edge versions or policies nobody uses anymoreUsually safe to drop rather than migrate

Drilling into any one setting also shows you which underlying CSP handles it, and its OMA-URI mapping - useful if you ever need to build a custom profile rather than use the Settings Catalog directly.

Tip: Microsoft's product team keeps improving the mapping behind this tool, and your existing imports update automatically when they do - you don't need to re-export and re-import a GPO just because Microsoft added new supported settings since you last checked. Come back to old imports occasionally; something that was "not supported" six months ago may show as "ready for migration" today.

What to actually do with the results

Decision flow for a single GPO: is it still required - if yes, create it in Intune; if no, check whether it is cloud compatible - if not, redesign it, otherwise remove or archive it
  1. Export everything, even GPOs you're fairly sure are obsolete. The whole point is to stop guessing.
  2. Treat "Ready for migration" as a shortlist, not a to-do list. For each one, ask whether it's still genuinely needed before rebuilding it in Intune.
  3. Don't fight "Not supported" settings. If Intune (or any MDM provider) has no equivalent, that's a sign the setting depends on something a cloud-native device doesn't have - not a gap to work around with a script.
  4. Drop "Deprecated" settings rather than migrating them. They're not doing anything useful in your current environment anyway.
  5. Migrate in waves, not all at once. Group Policy Analytics can turn the settings it finds directly into a Settings Catalog policy - do that for one rationalised, cleaned-up group of settings at a time, not your entire GPO estate in one pass.

References

Was this post helpful?
React below — no account needed
Share this post
LinkedIn X / Twitter Reddit Bluesky

More from EndpointWeekly

Intune
Windows 11 Start Menu Policy Settings: The Complete Intune & CSP…
Every Windows 11 Start menu policy setting explained — CSP paths, GPO equivalents, and…
Intune
What's Actually Changing in Intune and Windows for 2026 (No…
Licensing got simpler, Windows devices now have two ways to talk to the cloud, and new…
Intune
You Scoped That Admin to One Scope Tag. They Can Still See Every…
Intune scope tags are an allow-list of what a scoped admin CAN see, not a wall around…