OSDeploy PSModule and site pages are currently in preview until mid-September
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Basic Setup

Prepare an OSDeploy workstation, build boot media, and test the completed environment.

Use these steps to quickly prepare a Windows 11 workstation, build OSDeploy boot media, and create or test the media. Run the commands from an elevated PowerShell 7.6 or later session.

Complete the Basic Setup

1

Install Required Software

Install Windows ADK 25H2, its WinPE add-on, and 7-Zip:

Install-OSDeploySoftware -Name 'adk-25h2', '7zip' -Force
2

Create OSDeployCore

Download and prepare the Windows, recovery, and driver content used by OSDeploy:

Update-OSDeployCore
3

Build an OSDeploy Boot Image

Create customized WinPE media and ISO files:

Build-OSDeployBoot
4

Test OSDeploy Boot in Hyper-V

Create and start a Hyper-V virtual machine from the newest OSDeploy boot ISO:

New-OSDeployHyperVM
5

Create a new OSDeploy USB

Create a bootable USB drive from a completed build:

New-OSDeployBootUSB

Last updated

Was this helpful?