Start OSDCloud from an MDT or ConfigMgr Boot Image
Last updated
Was this helpful?
You can use OSDCloud with an existing MDT or ConfigMgr Boot Image.
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
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 F8 to open a command prompt.

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

Run the following command in PowerShell to bootstrap OSDCloud

Deploy-OSDCloud should start automatically

Last updated
Was this helpful?
Was this helpful?
Invoke-RestMethod 'https://deploy.osdcloud.live' | Invoke-Expression
