From 9e3b64e80a2668f27fa2a582879657bb7bfc10c8 Mon Sep 17 00:00:00 2001 From: Mark Aldridge Date: Mon, 30 Dec 2019 16:05:34 +1100 Subject: [PATCH] Updated PowerShell command #5443 Connect-AutopilotIntune has been removed from the module. For more info see https://oofhours.com/2019/11/02/whats-new-with-the-windowsautopilotintune-powershell-module/ --- 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..0fd535d10e 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 -user admin@M365x373186.onmicrosoft.com ``` 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: