You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a little clarification to the GPO process.
Seeing as the process does work, but does not align with what the portal instructs the user to do.
I am uncertain if the portal instructions are the best or the instructions here are best.
Copy file name to clipboardExpand all lines: memdocs/intune/configuration/group-policy-analytics.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,22 +62,24 @@ This article shows you how export your GPOs, import the GPOs into Endpoint Manag
62
62
63
63
- This feature is in public preview. For more information, go to [Public preview in Microsoft Intune](../fundamentals/public-preview.md).
64
64
65
-
## Export GPOs as an XML file
65
+
## Export GPO as an XML file
66
66
67
-
1. On your on-premises computer, open the `Group Policy Management` app (GPMC.msc).
68
-
2. Expand your domain to see all the GPOs.
69
-
3. Right-click any GPO > **Save report**:
67
+
1. On your on-premises computer, open the `Group Policy Management` console (GPMC.msc).
68
+
2. In the manageent console, expand your **domain name**.
69
+
3. Then expand **Group Policy Objects** to see all the available GPOs.
70
+
4. Right-click the GPO you want to migrate and choose **Save report**:
70
71
71
72
:::image type="content" source="./media/group-policy-analytics/sample-group-policy-object-save-report.png" alt-text="Open Group Policy management and save a GPO as an XML file report.":::
72
73
73
-
4.Save the file to an easily accessible folder, and save it as an XML file. You'll add this file in Endpoint Manager.
74
+
4.Select an easily accessible folder for your export and choose "Save as type" **XML File**. You'll add this file in Endpoint Manager group policy analytics.
74
75
75
-
Be sure the file is less than 4 MB and has a proper unicode encoding. If the exported file is greater than 4 MB, then include fewer GPOs when you save your report from the GPMC.msc tool.
76
+
Be sure the file is less than 4 MB and has a proper unicode encoding.
77
+
If the exported file is greater than 4 MB, then you must reduce the amount of settings within the selected group policy object.
76
78
77
79
## Import GPOs and run analytics
78
80
79
81
1. In the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431), select **Devices** > **Group Policy analytics (preview)**.
80
-
2. Select **Import**, and then select your saved XML file. When you select the XML file, Intune automatically analyzes the GPO in the XML file.
82
+
2. Select **Import**, and then select your saved XML file (you can select multiple files at once). When you select the XML file, Intune automatically analyzes the GPO in the XML file.
81
83
82
84
Check the sizes of your individual GPO XML files. A single GPO can't be bigger than 4 MB. If a single GPO is larger than 4 MB, then the import will fail. XML files without the appropriate unicode ending will also fail.
0 commit comments