☁️
OSDCloud.com
OSDeploy.comTwitter
  • About
  • Contributors
    • Damien Van Robaeys | MVP
    • Ákos Bakos
    • David Segura | MVP
    • Gary Blok
    • Jérôme Bezet-Torres | MVP
  • OSDCloud
    • Local Setup
      • OSDCloud Template
        • Build Process
        • Logs
        • Named Templates
        • WinRE WiFi
        • Public Content
        • Languages
        • Cumulative Updates
        • ISO Boot Media
        • Universal WinPE
      • OSDCloud Workspace
        • Get-OSDCloudWorkspace
        • Set-OSDCloudWorkspace
        • New-OSDCloudWorkspace
          • Restore from ISO
          • Restore from ISO URL
          • Restore from USB
        • Update-OSDCloudWorkspace
        • Configuration Files
      • OSDCloud WinPE
        • Default Wallpaper
        • Wallpaper
        • Drivers
        • PSModule
        • Startup
      • OSDCloud ISO
      • OSDCloud USB
        • New-OSDCloudUSB
        • Update-OSDCloudUSB
        • USB Drives
        • Secure USB Drives
      • 🚧OSDCloud VM
        • Get-OSDCloudVMDefaults
        • Get-OSDCloudVMSettings
        • Set-OSDCloudVMSettings
        • Reset-OSDCloudVMSettings
        • New-OSDCloudVM
    • Deployment
      • WinPE
        • Start-OSDCloud
          • OS Parameters
          • ZTI
        • Start-OSDCloudGUI
          • Parameters
          • Defaults
          • Global Variable
          • Customize
        • Start-OSDCloud Wrapping
      • First Boot
      • OOBE
      • Windows
  • Sandbox
    • OSDCloud
      • sandbox.osdcloud.com
      • WinPE Usage
      • OOBE Usage
      • Functions
    • OSDCloud Azure
      • az.osdcloud.com
    • WinPE Downloads
  • OSDCloud Automate
    • 🆕Basic Configuration
    • 🆕OSDCloudGUI Defaults
    • 🆕Autopilot
    • 🆕Provisioning
      • 🆕Windows Configuration Designer
      • 🆕MSI Application PPKG
      • 🆕Bulk Enroll PPKG
      • 🆕PowerShell Script PPKG
    • 🚧Scripts
  • OSDCloud Azure
    • Azure Setup
      • Azure Portal
        • Storage Accounts
        • Storage Containers
          • BootImage
          • DriverPack
        • Storage Access Control (IAM)
      • Infrastructure As Code
        • Prerequisites
        • Technicien
        • Workspace
        • Bicep
        • Terraform
        • Configure Azure
    • Deployment
      • Testing
      • OSDCloudRE Azure
    • Deep Dive
      • Cloud Functions and Scripts
      • Connect Azure in WinPE
      • Azure Tags
      • Log Files
  • Offline Deployment
    • ISO: Adding a WIM
  • Integration
    • ADK: Use the OSDCloud Boot.wim
    • MDT: Use the OSDCloud Boot.wim
    • MDT: Add OSDCloud WinPE Drivers
    • MDT: Use OSDCloud DriverPacks in a Task Sequence
    • OSDCloud IPU
      • Windows In-place Upgrades
      • Windows Media Download
  • Archive
    • 💡Tips
      • 🆕Media Cleanup
      • Firmware Update
      • Quick Setup
    • 🌎Community
      • OSDCloud: The ZTI Way
      • OSDCloud - Image devices without need of infrastructure
      • Trying out Windows 10 Deployment with OSDCloud
      • Deploying Windows 10 to bare metal devices with just WinPE & internet
    • 💔Under Review
      • ISO
      • WIM
    • 🪦Recycle Bin
      • Release Notes
      • Enable-OSDCloudODT
      • Deploy
        • OOBE Phase
      • Guides
        • OSDCloud WIM
        • Custom OSDCloud
        • AutoPilot
          • AutoPilot Configuration File
          • AutoPilot in Audit Mode
          • AutoPilot in OOBE
        • WiFi
      • OOBE
        • Start-OOBE.settings
        • Start-OOBE.wifi
        • Start-OOBE.autopilot
      • Concepts
        • K.I.S.S.
        • OSD Disks Logically
        • Office365 Specialize
        • Specialize DriverPacks
        • Model Reference Image
        • MDT OSDCloud DriverPacks
        • MDT DriverPacks
      • Blob SAS URL
      • Storage Containers (Public)
Powered by GitBook
On this page
  • Network Requirements
  • Command Prompt
  • Windows Settings
  • Display Settings
  • Language and Region
  • Date and Time
  • Autopilot Ready
  • Get-WindowsAutopilotInfo
  • Autopilot Registered

Was this helpful?

Export as PDF
  1. Sandbox
  2. OSDCloud

OOBE Usage

OSD 23.5.21.1+ Updated May 21, 2023

PreviousWinPE UsageNextFunctions

Last updated 2 years ago

Was this helpful?

OSDCloud Sandbox is configured to get all your Autopilot requirements in OOBE (Out-of-Box Experience). This process works in both Windows 10 and Windows 11

Network Requirements

You will need an internet connection before getting started. If you need to connect to a Wireless Network, open Windows Settings by pressingShift + F10 to open a Command Prompt. Type in the following command line and press enter

start-ms-settings:

Command Prompt

Press Shift + F10 to open a Command Prompt. Type in the following command line and press enter to start OSDCloud Sandbox

Command Prompt
powershell iex(irm sandbox.osdcloud.com)

Windows Settings

You will be prompted to verify some Windows Settings during this process. OSDCloud Sandbox will continue after closing the open Windows Setting

You can navigate in Windows Settings to access other things like Networking and Wireless

Display Settings

This is the first Windows Setting that will open. This comes in handy when you want to expand the screen of a Virtual Machine for screenshots. OSDCloud Sandbox will continue when you close Display Settings

Language and Region

This Windows Setting will allow you to add additional Languages or a Keyboard Layout if necessary

Date and Time

This is probably the most important Windows Setting as this allows you to set the Time Zone for your location and to sync the clock. It is essential if you want to ensure that Autopilot registers and that certificates work properly

Autopilot Ready

All the required PowerShell Modules and Scripts needed for Autopilot Registration are installed and ready to go

Get-WindowsAutopilotInfo

To register the device in Windows Autopilot, use the following steps (with your own parameters)

Command Prompt
start PowerShell
PowerShell
Get-WindowsAutopilotInfo -Online -GroupTag <YourGroupTag>

Autopilot Registered

If the device is already Autopilot Registered (or has an AutopilotConfigurationFile.json), then OSDCloud Sandbox will display your Autopilot Configuration automatically. This is good for validation