mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-07 18:17:22 +00:00
Merge pull request #5786 from get-itips/patch-8
Updating Connect-MsGraph line
This commit is contained in:
commit
6787778d9f
@ -70,13 +70,12 @@ See the following examples.
|
|||||||
Install-Module WindowsAutopilotIntune -Force
|
Install-Module WindowsAutopilotIntune -Force
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Enter the following lines and provide Intune administrative credentials
|
3. Enter the following line 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.
|
|
||||||
|
|
||||||
```powershell
|
```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:
|
<br>See the following example:
|
||||||
|
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user