Updating Connect-MsGraph line

This commit is contained in:
Andres Mariano Gorzelany
2020-01-03 07:09:21 -06:00
committed by GitHub
parent 2fc0145b5f
commit 47bdb1853b

View File

@ -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**.
<br>See the following example:
![Azure AD authentication](images/pwd.png)