Here’s a step-by-step guide on configuring WDS on Windows Server
Windows Deployment Services (WDS) is a Microsoft tool for network-based installation of Windows operating systems. It enables administrators to deploy Windows images over a network to computers without requiring physical media. Here’s a step-by-step guide on configuring WDS on Windows Server:
Prerequisites:
- A Windows Server machine with WDS role installed.
- Active Directory, DNS, and DHCP set up and running on the network.
- An NTFS partition on the server to store images.
Step 1: Install WDS Role
- Open Server Manager and go to Manage > Add Roles and Features.
- Click Next until you reach the Server Roles page.
- Select Windows Deployment Services and click Next.
- Choose WDS Deployment Server and WDS Transport Server and click Next.
- Complete the wizard to install the role, then restart the server if prompted.
Step 2: Configure Windows Deployment Services
- Open WDS by navigating to Server Manager > Tools > Windows Deployment Services.
- In the WDS console, right-click on your server name and select Configure Server.
- Follow the wizard:
- Choose Integrated with Active Directory if you’re in an Active Directory environment.
- Select the Remote Installation Folder Location (this should be an NTFS partition).
- Choose whether to respond to all clients or only known clients (clients registered in Active Directory).
- Finish the setup.
Step 3: Add a Boot Image
- In the WDS console, expand your server, right-click on Boot Images, and select Add Boot Image.
- Navigate to the boot.wim file, typically located on the Windows installation media under sources.
- Follow the wizard to add the boot image.
- Give the image a name, such as "Windows Setup (x64)".
- Complete the wizard.
Step 4: Add an Install Image
- In the WDS console, expand your server, right-click on Install Images, and select Add Install Image.
- Create a new Image Group (for example, "Windows 10 Images").
- Browse to the install.wim file on your Windows installation media (usually in the sources folder).
- Select the edition(s) of Windows you wish to add and complete the wizard.
Step 5: Configure DHCP Options
If DHCP and WDS are on the same server:
- Open DHCP console, navigate to Scope Options, and add the following options:
- Option 66: Set to the IP address of the WDS server.
- Option 67: Set to
boot\x64\wdsmgfw.efi(for UEFI clients) orboot\x86\wdsnbp.com(for BIOS clients).
Step 6: Configure WDS to Respond to PXE Requests
- Go back to the WDS Console, right-click your server, and choose Properties.
- In the PXE Response tab:
- Set your server to respond to PXE requests as required (e.g., respond to all clients or only known clients).
- Optional: Set up PXE boot policy to determine which types of devices are allowed to connect.
Step 7: Test Deployment
- Connect a client machine to the network, and make sure it’s set to boot from the network (PXE boot).
- Restart the client, and it should boot into WDS.
- Select the desired boot and install images to deploy the operating system.
This configuration should enable you to deploy Windows images to network-connected devices with WDS.
Thanks
ReplyDeletehelp full
Delete