Skip to content

Commit 70ca408

Browse files
committed
fix MicrosoftDocs/memdocs#1495
1 parent c777780 commit 70ca408

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

memdocs/autopilot/existing-devices.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,17 @@ If you want, you can set up an [enrollment status page](enrollment-status.md) (E
6767
6868
1. On an internet-connected Windows PC or server, open an elevated Windows PowerShell command window.
6969

70-
1. Enter the following commands to install the necessary modules:
70+
1. Enter the following commands to install and import the necessary modules:
7171

7272
```powershell
7373
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
7474
Install-Module AzureAD -Force
75-
Install-Module WindowsAutopilotIntune -Force
7675
Install-Module Microsoft.Graph.Intune -Force
76+
Install-Module WindowsAutopilotIntune -Force
77+
78+
Import-Module AzureAD
79+
Import-Module Microsoft.Graph.Intune
80+
Import-Module WindowsAutopilotIntune
7781
```
7882
7983
1. Enter the following commands and provide Intune administrative credentials:

0 commit comments

Comments
 (0)