Windows Deployment Services (WDS) : Presented by - Ashwani Kumar - System Admin I (Windows Server) - 01 March 2023
Windows Deployment Services (WDS) : Presented by - Ashwani Kumar - System Admin I (Windows Server) - 01 March 2023
Services (WDS)
Presented by - Ashwani Kumar
- System Admin I (Windows Server)
- 01 March 2023
Topics
• Introductions to WDS
• About WDS
• Purpose
• Requirements
• Installations of WDS
• Configuration of WDS
• References
Introductions
• Windows Deployment Services is a server role that gives administrators the ability to
deploy Windows operating systems remotely.
• WDS can be used for network-based installations to set up new computers so
administrators do not have to directly install each operating system (OS).
• If an administrators is thinking of using WDS, Microsoft recommends having a good
understanding of common networking components and deployment technologies,
including Active Directory Domain Services, DNS and DHCP. Microsoft also recommends
that it may be helpful for administrators to have a good understanding of the Preboot
Execution Environment PXE.
• If a Windows Deployment Services server is running Windows Server 2012 R2, WDS can
be managed with PowerShell cmdlets. These cmdlets can help with specific tasks such as
cloning disk images, adding driver packages and disabling or enabling install and boot
images.
Purpose
• Go to the PX Response tab. If you need to make any changes for your environment, change it here. Otherwise, leave
the earlier selection of “Respond to all client computers (known and unknown)” as your choice.
• Select the “Boot” tab and change the PXE Boot Policy. For known clients (computers that have already been identified on
the network), select “Require the user to press the F12 key to continue the PXE boot”. This will allow known clients to
boot into their installed OS if you don’t interact with the keyboard within the time limit.
For unknown clients, select “Always continue the PXE boot”. This will ensure that new machines use PXE boot to get their
base Macrium Deployment Kit image.
• Now we need to add a boot image to the WDS server. Insert your Macrium Deployment Kit Technician’s USB stick (or
mount the ISO) to your server, and navigate to the sources folder. In this example, the USB stick is mounted as drive “D”,
so the path is “D:/Sources”. You’ll find the “boot.wim” boot image file there.
• Go back to the WDS Console, expand your server, and right click on
“Boot Images”. Select “Add Boot Image”.
• Click “Browse” and go to your desktop. Double-click on the “boot.wim” file we copied over above.
• Confirm the path and click “Next”.
• Give the image a name and description. For this example, we used “Macrium Deployment Kit Recovery
Environment” as the Image Name, and “Microsoft Windows PE (amd64)” as the description. Click “Next”
when done.
• Review the final summary, and click “Next”.
•WDS is setup and ready, however you still need to ensure that PXE is enable on DHCP.
References:
• https://
learn.microsoft.com/en-us/previous-versions/windows/it-pro/windo
ws-server-2012-r2-and-2012/hh831764(v=ws.11)