# OOBE Usage

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

![](https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FDG0cg1NQ2yo8iVQACePs%2Fimage.png?alt=media\&token=d5e54a52-eabf-43c9-a156-9fda3e5438f0)

## Network Requirements

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

```
start-ms-settings:
```

![](https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FSFlKDHL1ek9mZcOfyfPT%2Fimage.png?alt=media\&token=c9fa9416-6db0-479e-9782-ce3f1fa04329)

## Command Prompt

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

{% code title="Command Prompt" %}

```powershell
powershell iex(irm sandbox.osdcloud.com)
```

{% endcode %}

![](https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2Ftosd0IEj8lpzC0BEGdss%2Fimage.png?alt=media\&token=5cd3f66a-7e61-4b00-a9bb-87b9abf490fb)

## Windows Settings

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

{% hint style="info" %}
You can navigate in Windows Settings to access other things like Networking and Wireless
{% endhint %}

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

![](https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FfdBBmYaP7lR567Q06qrP%2Fimage.png?alt=media\&token=fcb5fd93-2fe3-43e0-b9d2-48fa41a4af02)

### Language and Region

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

![](https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FPZfVRZo50kihZM8wBRci%2Fimage.png?alt=media\&token=a2e13cbc-17b0-4175-a7b6-81ed11839544)

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

![](https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2F9raJW5vDOPsXrv07w0Iq%2Fimage.png?alt=media\&token=467d11a3-cb7f-4f86-a298-94ae7aa2fb43)

## Autopilot Ready

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

![](https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FDyi7wM79WavZaadH3K0w%2Fimage.png?alt=media\&token=aa8b38a7-2014-44a7-8c40-708fe58788a9)

## Get-WindowsAutopilotInfo

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

{% code title="Command Prompt" %}

```
start PowerShell
```

{% endcode %}

{% code title="PowerShell" %}

```powershell
Get-WindowsAutopilotInfo -Online -GroupTag <YourGroupTag>
```

{% endcode %}

![](https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FieXiNks5ZVSsnCwMOZ0o%2Fimage.png?alt=media\&token=67473f0a-471f-45b7-9953-9b3c3d57fbc8)

![](https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2F3jdeyz5BeO75QRw5vWNn%2Fimage.png?alt=media\&token=158bc34f-1313-4e6d-990d-176b05d74507)

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

![](https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FGGo0p9CLkTsTg9Mvcehj%2Fimage.png?alt=media\&token=5cf0f6a6-c777-4101-9cf3-d21284026113)
