From 47bdb1853b743d3bba85b08f21449c3711cd1075 Mon Sep 17 00:00:00 2001 From: Andres Mariano Gorzelany <36666927+get-itips@users.noreply.github.com> Date: Fri, 3 Jan 2020 07:09:21 -0600 Subject: [PATCH 1/2] Updating Connect-MsGraph line --- windows/deployment/windows-autopilot/existing-devices.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/windows/deployment/windows-autopilot/existing-devices.md b/windows/deployment/windows-autopilot/existing-devices.md index 0fd535d10e..f5f715e841 100644 --- a/windows/deployment/windows-autopilot/existing-devices.md +++ b/windows/deployment/windows-autopilot/existing-devices.md @@ -70,13 +70,12 @@ See the following examples. Install-Module WindowsAutopilotIntune -Force ``` -3. Enter the following lines and provide Intune administrative credentials - - In the following command, replace the example user principal name for Azure authentication (admin@M365x373186.onmicrosoft.com) with your user account. Be sure that the user account you specify has sufficient administrative rights. +3. Enter the following line and provide Intune administrative credentials ```powershell - Connect-MSGraph -user admin@M365x373186.onmicrosoft.com + Connect-MSGraph ``` - The password for your account will be requested using a standard Azure AD form. Type your password and then click **Sign in**. + The user and password for your account will be requested using a standard Azure AD form. Type your password and then click **Sign in**.
See the following example: ![Azure AD authentication](images/pwd.png) From 1a366d99f57b0de93a2d862871342d1b26992ab8 Mon Sep 17 00:00:00 2001 From: Andres Mariano Gorzelany <36666927+get-itips@users.noreply.github.com> Date: Fri, 3 Jan 2020 17:24:22 -0600 Subject: [PATCH 2/2] Update windows/deployment/windows-autopilot/existing-devices.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- windows/deployment/windows-autopilot/existing-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/windows-autopilot/existing-devices.md b/windows/deployment/windows-autopilot/existing-devices.md index f5f715e841..c577239031 100644 --- a/windows/deployment/windows-autopilot/existing-devices.md +++ b/windows/deployment/windows-autopilot/existing-devices.md @@ -70,7 +70,7 @@ See the following examples. Install-Module WindowsAutopilotIntune -Force ``` -3. Enter the following line and provide Intune administrative credentials +3. Enter the following line and provide Intune administrative credentials: ```powershell Connect-MSGraph