Export a GPO, analyze MDM compatibility, and migrate supported settings into Intune with Group Policy Analytics.
Key Takeaways:
As organizations move from on-premises Active Directory to cloud management, many admins need to Import Group Policy Objects to Microsoft Intune, and GPOs often become the last big roadblock. Traditional Group Policy only applies to domain-joined Windows devices, while Microsoft Intune can manage Windows, macOS, iOS/iPadOS, and Android, making it the natural destination for modern endpoint management.
The challenge is that you can’t simply “import a GPO” into Intune; you need to assess what can be converted to MDM-based policies and then rebuild the rest. This article walks through exporting a GPO, analyzing it with Intune Group Policy Analytics, and creating an Intune policy based on the results.
The migration process isn’t as automatic as many admins expect. If possible, start with a lab tenant and a few non-production GPOs so you can learn the workflow end-to-end and validate results on real Windows 10/11 devices.
For production migrations, prioritize modern management settings first, especially security and compliance controls. Common starting points include security baselines, BitLocker, Microsoft Defender, and Windows Update for Business policies. Also plan for coexistence: during the transition, devices may receive settings from both Group Policy and Intune, so test for conflicts and clearly document which platform “owns” each setting.
Start by exporting (backing up) the GPO from your on-premises Active Directory environment:
At this point, Windows will display the Back Up Group Policy Object dialog box.
In the Back Up Group Policy Object dialog:
You can’t import a traditional Group Policy Object directly into Intune because Intune deploys settings using MDM (Configuration Service Providers/Policy CSP), not the legacy Group Policy engine. Intune Group Policy analytics helps you evaluate a GPO backup and understand which settings map cleanly to MDM, which partially map, and which have no MDM equivalent.
This is the interface that is used to analyze your on-premises GPOs.
To import your GPO backup for analysis:
After the upload completes, your imported GPOs appear in the Intune admin center (Figure 4). The key column to review is MDM support. A high score indicates that more settings have an MDM equivalent and are good candidates for migration. A low score (or missing support) means you’ll need to redesign those settings, often by using the Settings catalog, security baselines, administrative templates, scripts, or other Intune features.
The Group Policy Analytics Tool is evaluating my policy.
Most GPOs end up with partial support. Intune displays this as a percentage rather than the word “Partial.” Select the score to drill into the results and see which individual settings are supported and which are not (Figure 5).
This screen allows you to assess your migration readiness.
Don’t rely on the percentage alone. A 95% score might still miss a single, business-critical setting, while a 50% score might cover every setting you actually care about. Review the unsupported items carefully so you can decide whether to replace them with an Intune equivalent, deploy them another way, or drop them entirely.
The next step in preparing for a group policy migration is to create a migration policy.
To create an Intune policy from the analysis:
On the Configuration page, you’ll see the settings Intune will create in a new profile. Behind the scenes, Intune maps each supported GPO setting to an MDM policy (Policy CSP) setting with similar behavior.
On Profile info:
To scope and assign the profile:
On Review + deploy:
Group Policy analytics is a practical way to turn a “how do we move our GPOs?” project into an actionable migration plan: export the GPO, import it for analysis, migrate what’s supported, and then redesign what isn’t. For unsupported settings, look for an equivalent in the Intune Settings catalog, Security baselines, Administrative templates, or deploy the configuration via scripts/Proactive remediations, then document ownership so you don’t end up managing the same setting in two places.
Not directly—Intune uses MDM (Policy CSP) settings, not the legacy Group Policy engine. Use Intune Group Policy analytics to import and analyze a GPO backup and then migrate supported settings into a Settings catalog policy.
Export your on-premises GPO to XML, import it into Intune Group Policy analytics, and review the MDM support results. Then migrate supported settings into an Intune policy and rebuild unsupported settings using the Settings catalog, baselines, templates, or scripts.
If a device still receives Group Policy and you also deploy Intune policies, you can end up with overlapping or conflicting settings. During a migration, test carefully and document which platform “owns” each setting.
It means there’s no direct MDM equivalent for that GPO setting in Intune. You’ll typically replace it with a different Intune feature (Settings catalog, security baselines, administrative templates) or use scripts/remediations where appropriate.