AutoPilot in OOBE

Here is the link to the three new OOBE functions for OSDCloud

pageOOBE

Start-OOBE.autopilot

This function will download all your AutoPilot Modules and Script assuming you have a good internet connection to PowerShell Gallery

Get-WindowsAutoPilotInfo Script

Finally the script you need will be installed

New PowerShell Session

A new PowerShell session will open so you can do your AutoPilot business. This lets you break out of the Start-OOBE.autopilot routine if there are additional steps that you need to run

Sysprep

Finally when you close the new PowerShell session, you will be prompted to press Enter to start Sysprep. One you press Enter, the following steps will occur

  1. Set-ExecutionPolicy RemoteSigned

  2. Sysprep /oobe /reboot

Once this is complete you should be back in OOBE ready for AutoPilot

Last updated