> For the complete documentation index, see [llms.txt](https://www.osdeploy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.osdeploy.com/guide/quick-setup.md).

# 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.

<figure><img src="https://3996045416-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LDKRxGiKLYjW1gana2O%2Fuploads%2FS5O0VdoILtV05bghRkpR%2Fimage.png?alt=media&amp;token=11be3b4e-d7b8-422c-8c5f-7ebf01601f5d" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Hydration installs software, downloads Windows and driver content, and creates boot media under `C:\ProgramData\OSDeployCore`. If Hydration enables Hyper-V, restart Windows before creating a test VM.
{% endhint %}

## Run Hydration

{% stepper %}
{% step %}

### 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](/guide/requirements/powershell-modules.md)
* OSDCloud module version `26.5.24.1` or later
* A Recast Software Community License is recommended for direct use of gated update commands; the Core update commands invoked by Hydration use its immediate-caller exception
* Administrator rights
* `curl.exe` available in `PATH`

Open PowerShell 7.6 as an administrator before continuing.
{% endstep %}

{% step %}

### Run Hydration

Run the interactive workflow from the elevated PowerShell 7.6 session:

```powershell
Invoke-OSDeployHydration
```

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.
{% endstep %}
{% endstepper %}

For `-Force`, `-WhatIf`, workflow details, and returned objects, see [Invoke-OSDeployHydration](/guide/cmdlets/invoke-osdeployhydration.md). For compact syntax and parameter definitions, see the [Invoke-OSDeployHydration command reference](/command-reference/osdeploy/invoke-osdeployhydration.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.osdeploy.com/guide/quick-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
