```html PXE Deployment Method – Windows Docs

PXE Deployment Method

Overview

The Preboot Execution Environment (PXE) enables you to deploy Windows images over the network without using physical media. It is commonly used in large‑scale roll‑outs, labs, and automated testing environments.

PXE boots a client machine from a network server, receives a Windows PE image, and then applies a Windows image (WIM) to the target system.

Prerequisites

Step‑by‑Step Guide

1. Install and configure WDS
2. Add boot and install images
3. Configure DHCP PXE options
4. Boot client via PXE

Troubleshooting

References

Microsoft Docs – Windows Deployment Services

Microsoft Docs – Windows PE

```