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.

Quick Setup

Prepare an OSDeploy workstation and create Hydra boot media with Invoke-OSDeployHydration.

Use Invoke-OSDeployHydration to prepare an OSDeploy workstation, download current Windows and WinPE driver content, and create OSDCloud boot media named Hydra.

Run Hydration

1

Confirm the Requirements

Use a workstation with:

  • Windows 11 25H2 build 26200 or later

  • PowerShell 7.6 or later installed from the MSI package

  • Current OSDeploy module

  • OSDCloud module version 26.5.24.1 or later

  • A valid Recast Software Community License, which is required while the OSDeploy module is in preview; complete Community Registration to install it

  • Administrator rights

  • curl.exe available in PATH

Open PowerShell 7.6 as an administrator before continuing.

2

Run Hydration

Run the interactive workflow from the elevated PowerShell 7.6 session:

Review the workflow and continue. Approve the Windows ADK 25H2 and 7-Zip installations when prompted; declining either required component stops Hydration. Choose whether to install the optional Git, Visual Studio Code, Visual Studio Code Insiders, and Hyper-V components.

Complete any content and wallpaper selections. Hydration detects the workstation architecture, prepares matching Windows and WinPE driver content, and creates Hydra boot media under C:\ProgramData\OSDeployCore\boot. On a physical workstation with Hyper-V enabled, it can also create a VM and boot the generated ISO.

For -Force, -WhatIf, workflow details, and returned objects, see Invoke-OSDeployHydration. For compact syntax and parameter definitions, see the Invoke-OSDeployHydration command reference.

Last updated

Was this helpful?