Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

  1. Press the combination of keys Shift-FN-F10

  2. A command prompt window will open

  3. Type in the following command

    Code Block
    start ms-availablenetworks:

  4. This should open the wireless network selection box in the bottom right corner

After you have network activity do the following:

  1. Press the combination of keys Shift-FN-F10

  2. This should open a command prompt window

  3. Type in powershell and press enter

  4. 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

     

  5. Answer “Yes” to all the questions that are asked during the PowerShell commands

  6. You will need to authenticate to Azure twice. You will use your USERNAME@ssdmo.org and SSDPassword to do this.

  7. 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.

...

  1. Navigate to Azure Active Directory

  2. Select "Azure Active Directory" on the left panel.

  3.  Select “Devices”

  4. Type the Serial Number of the device you just imported.

    1. Note that your device will have a red “No” for Enabled

  5. Click on the device record

  6. Click “Enabled” which will ask you to confirm the choice

  7. Scroll down and confirm the group “AutopilotComputers” is present on the device record.

...