51 lines
492 B
Markdown
51 lines
492 B
Markdown
|
|
|
|
|
|
## Test deployment
|
|
|
|
Manuelly register computer for Auto pilot
|
|
|
|
|
|
|
|
On the langueage slection screen, press Shift + F10 to open cmd
|
|
|
|
|
|
|
|
``` cmd
|
|
|
|
Powershell
|
|
|
|
```
|
|
|
|
|
|
|
|
``` cmd
|
|
|
|
Powershell
|
|
|
|
```
|
|
|
|
|
|
|
|
``` Powershell
|
|
|
|
Install-Script -Name Get-WindowsAutopilotInfo
|
|
|
|
```
|
|
|
|
|
|
|
|
``` Powershell
|
|
|
|
Powershell.exe -ExecutionPolicy RemoteSigned Get-WindowsAutopilotInfo.ps1 -Online -Assign
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Sign in with Global admin or Intune Admin
|
|
|
|
|
|
|
|
When the registration is done, restart the computer |