Hello Adrian,
This is a standard procedure for Autopilot scripting, and there is a well-known key combination to access a command prompt at this stage, which you can then use to launch PowerShell. Here are the precise steps:
- On the initial language selection screen (the very first screen you see), press the Shift + F10 keys simultaneously.
- This will open a traditional Command Prompt window.
- In the Command Prompt window, simply type powershell and press Enter.
- This will launch a Windows PowerShell session, exactly as shown in your screenshot, but from the OOBE environment.
You can now navigate to the location of your script (for example, using the cd command) and execute it with a command like: .\YourAutopilotScript.ps1
This will allow the script to configure the device and connect it to your Autopilot service for pre-provisioning. Once the script completes successfully, you can close the windows and continue with the standard OOBE, which should now be guided by your Autopilot profile.
I hope this gets you moving forward with your deployment! If this solution works for you, please feel free to hit "useful" 😊.
Best regards,
VP