From 995c83cca02af30f455e48c34c46bb40d1effdef Mon Sep 17 00:00:00 2001 From: Michael Niehaus Date: Wed, 4 Oct 2017 14:44:42 -0400 Subject: [PATCH] Update enroll-a-windows-10-device-automatically-using-group-policy.md There was a reference to Windows 10, version 1611 in the doc - there is no such thing. I assume it should have been 1511, made that change. If it needs to be something else (e.g. 1607) then feel free to correct. --- ...roll-a-windows-10-device-automatically-using-group-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md index a9449a22c1..5904c0be77 100644 --- a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md +++ b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md @@ -27,7 +27,7 @@ Here is a partial screenshot of the result: ![device status result](images/autoenrollment-device-status.png) -The auto-enrollment relies of the presence of an MDM service and the Azure Active Directory registration for the PC. Starting in Windows 10, version 1611, once the enterprise has registered its AD with Azure AD, a Windows PC that is domain joined is automatically AAD registered. +The auto-enrollment relies of the presence of an MDM service and the Azure Active Directory registration for the PC. Starting in Windows 10, version 1511, once the enterprise has registered its AD with Azure AD, a Windows PC that is domain joined is automatically AAD registered. > [!Note] > In Windows 10, version 1709, the enrollment protocol was updated to check whether the device is domain-joined. For details, see [\[MS-MDE2\]: Mobile Device Enrollment Protocol Version 2](https://msdn.microsoft.com/en-us/library/mt221945.aspx). For examples, see section 4.3.1 RequestSecurityToken of the the MS-MDE2 protocol documentation.