# Start OSDCloud from an MDT or ConfigMgr Boot Image

You can use OSDCloud with an existing MDT or ConfigMgr Boot Image.

## Requirements

* Boot Image required ADK Optional Components
  * WinPE-WMI
  * WinPE-NetFX
  * WinPE-Scripting
  * WinPE-PowerShell
  * WinPE-StorageWMI
  * WinPE-DismCmdlets
* Internet connectivity
  * OSDCloud PowerShell Module
  * Microsoft Windows 11 ESD
  * OEM Driver Packs
* Device drivers installed in Boot Image

## Boot to MDT or ConfigMgr Boot Image

### MDT Boot Image

In this example, an MDT boot image is used, displaying the Welcome Wizard. You should be able to select "**Exit to Command Prompt**", or press <kbd>**F8**</kbd> to open a command prompt.

<figure><img src="https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2F6I1NTBcn4bIEGAoq64XK%2Fimage.png?alt=media&#x26;token=49f736bf-5495-41d5-b51e-b8648a221b49" alt=""><figcaption></figcaption></figure>

### Start PowerShell

In the Command Prompt, enter start powershell to open PowerShell in a new window.

<figure><img src="https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FTSzWycAOLid8SECBRE9c%2Fimage.png?alt=media&#x26;token=827eeaec-99f9-46ee-9bc2-45c1e77132e3" alt=""><figcaption></figcaption></figure>

### Bootstrap deploy.osdcloud.live

Run the following command in PowerShell to bootstrap OSDCloud

```
Invoke-RestMethod 'https://deploy.osdcloud.live' | Invoke-Expression
```

<figure><img src="https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2FvOyRLmDAbpCOPYwpX06p%2Fimage.png?alt=media&#x26;token=7d5aaf8c-5101-4899-b064-2112c763be00" alt=""><figcaption></figcaption></figure>

### OSDCloud

Deploy-OSDCloud should start automatically

<figure><img src="https://344220114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVSV22dcsjKDdOxDA6n%2Fuploads%2Fa9ympk3C6ngixqpooTyX%2Fimage.png?alt=media&#x26;token=a2fba3ee-1fe0-4f22-a1cb-93f5ce9494d8" alt=""><figcaption></figcaption></figure>
