Merge pull request #5625 from chrisdeneve/patch-1

Update Connect-AutopilotIntune to Connect-MSGraph
This commit is contained in:
Greg Lindsay
2020-01-08 09:50:29 -08:00
committed by GitHub

View File

@ -68,14 +68,16 @@ See the following examples.
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Install-Module AzureAD -Force
Install-Module WindowsAutopilotIntune -Force
Install-Module Microsoft.Graph.Intune -Force
```
3. Enter the following line and provide Intune administrative credentials:
3. Enter the following lines and provide Intune administrative credentials
- Be sure that the user account you specify has sufficient administrative rights.
```powershell
Connect-MSGraph
```
The user and 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 username and password and then click **Sign in**.
<br>See the following example:
![Azure AD authentication](images/pwd.png)