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/
This commit is contained in:
Mark Aldridge 2019-12-30 16:05:34 +11:00 committed by GitHub
parent 512e79b873
commit 9e3b64e80a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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**.
<br>See the following example: