From 42a566b80d15c31a10da223519b79b93778ea8cc Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Mon, 30 Dec 2019 00:28:39 +0500 Subject: [PATCH] Command Upgrade With recent changes in how autopilot JSON file creation works, the command in action is Connect-MSGraph and has been updated in the doc. Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/5443 --- 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 9f4cdcfc25..d1699e9473 100644 --- a/windows/deployment/windows-autopilot/existing-devices.md +++ b/windows/deployment/windows-autopilot/existing-devices.md @@ -74,7 +74,7 @@ See the following examples. - 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. ```powershell - Connect-AutopilotIntune -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**.
See the following example: