Follow these instructions when working with a device that’s been “Scorched”.
...
The device should be at the first blue screen for the out of box experience (aka Chose your region screen).
Info |
---|
Please use a wired network |
...
during these processes. If you must absolutely use wireless this is how you’ll have to do it:
|
After you have network activity do the following:
Press the combination of keys Shift-FN-F10
This should open a command prompt window
Type in powershell and press enter
Type the following commands pressing enter between commands
Code Block $serial = Get-WmiObject Win32_bios | Select -Expand serialnumber; Rename-Computer SSD-$serial; $env:Path += ";C:\Program Files\WindowsPowerShell\Scripts" Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned Install-Script -Name Get-WindowsAutoPilotInfo Get-WindowsAutoPilotInfo -online
Answer “Yes” to all the questions that are asked during the PowerShell commands
You will need to authenticate to Azure twice. You will use your USERNAME@ssdmo.org and SSDPassword to do this.
You will see “Waiting for 1 of 1 to be imported and eventually 0 of 1 after the import is complete. This process may take a few minutes.
...
Navigate to Azure Active Directory
Select "Azure Active Directory" on the left panel.
Select “Devices”
Type the Serial Number of the device you just imported.
Note that your device will have a red “No” for Enabled
Click on the device record
Click “Enabled” which will ask you to confirm the choice
Scroll down and confirm the group “AutopilotComputers” is present on the device record.
...