test.osdcloud.live
Last updated
Was this helpful?
This endpoint allows you to test your WinPE Boot Image to determine issues with PowerShell or to resolve dependencies needed for OSDCloud (curl)
ADK related Boot Image with the following Optional Components
WinPE-WMI
WinPE-NetFX
WinPE-Scripting
WinPE-PowerShell
WinPE-StorageWMI
WinPE-DismCmdlets
Internet connectivity
Drivers for boot device
For assistance on creating a WinPE boot image, review the following article
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

A typical boot image created with OSDWorkspace 26.2.12+ should already have most of these items resolved.

This ConfigMgr Boot Image does not have ADK Optional Components for Dism or StorageWMI and cannot be updated online. You will need to rebuild your Boot Image with these components.

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