From b94b75a881eaf7f344dd4c9cee77b249e54d3308 Mon Sep 17 00:00:00 2001 From: Daniel Harker <46996279+danielharkerdp@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:49:48 +0100 Subject: [PATCH 1/2] Update windows-enroll.md Adding a troubleshooting bullet point for devices that are already Entra joined --- memdocs/intune/enrollment/windows-enroll.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/memdocs/intune/enrollment/windows-enroll.md b/memdocs/intune/enrollment/windows-enroll.md index e840100b3a4..2ca1f3e9f41 100644 --- a/memdocs/intune/enrollment/windows-enroll.md +++ b/memdocs/intune/enrollment/windows-enroll.md @@ -75,7 +75,9 @@ You can also let unlicensed admins sign in to the Intune admin center to help wi * Device users must access the Company Portal website through Microsoft Edge to view apps assigned for specific versions of Windows. Other browsers such as Google Chrome, Mozilla Firefox, and Internet Explorer do not support this type of filtering. -* After enrollment, you'll see two records in the Microsoft Intune admin center if automatic MDM enrollment is disabled and devices are joined to Microsoft Entra ID. To stop the duplicate records, instruct users on joined devices to **Settings** > **Accounts** > **Access work or school**. Then they can **Connect** using the same account. +* After enrollment, you'll see two records in the Microsoft Intune admin center if automatic MDM enrollment is disabled and devices are joined to Microsoft Entra ID. To stop the duplicate records, instruct users on joined devices to **Settings** > **Accounts** > **Access work or school**. Then they can **Connect** using the same account. + +* Devices that were already Entra ID-joined before Automatic Enrollment was enabled won't automatically enroll. To trigger enrollment on these devices, instruct users on the devices to run **"deviceenroller.exe /c /AutoEnrollMDM"** from the Windows Run dialog. This command does not require administrative priveleges ## Next steps From 4e6e632284e250051a6a759c18d84583fb3be105 Mon Sep 17 00:00:00 2001 From: Daniel Harker <46996279+danielharkerdp@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:34:54 +0100 Subject: [PATCH 2/2] Update windows-enroll.md Correction, Admin rights are required --- memdocs/intune/enrollment/windows-enroll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/intune/enrollment/windows-enroll.md b/memdocs/intune/enrollment/windows-enroll.md index 2ca1f3e9f41..0e421301266 100644 --- a/memdocs/intune/enrollment/windows-enroll.md +++ b/memdocs/intune/enrollment/windows-enroll.md @@ -77,7 +77,7 @@ You can also let unlicensed admins sign in to the Intune admin center to help wi * After enrollment, you'll see two records in the Microsoft Intune admin center if automatic MDM enrollment is disabled and devices are joined to Microsoft Entra ID. To stop the duplicate records, instruct users on joined devices to **Settings** > **Accounts** > **Access work or school**. Then they can **Connect** using the same account. -* Devices that were already Entra ID-joined before Automatic Enrollment was enabled won't automatically enroll. To trigger enrollment on these devices, instruct users on the devices to run **"deviceenroller.exe /c /AutoEnrollMDM"** from the Windows Run dialog. This command does not require administrative priveleges +* Devices that were already Entra ID-joined before Automatic Enrollment was enabled won't automatically enroll. To trigger enrollment on these devices, run **"deviceenroller.exe /c /AutoEnrollMDM"** from an administrative command prompt. ## Next steps