In this first article in a series of four, we will setup and configure Windows Deployment Services (WDS) to deploy Windows 7 across our network.
As a systems administrator, your time is probably quite precious, you don’t really have time to be juggling DVD’s around and watching progress bars to install operating systems and applications on each workstation. Over the next few articles I will take you through deploying operating systems and applications automatically over your network.
There are a few prerequisites that we must have in place before we start with this walkthrough. Firstly, we will need a functioning Active Directory setup, with DNS and DHCP. The server we use for Windows Deployment Services will also require an NTFS partition for its file store. Our client systems need to support PXE (Network) booting, and finally we will require some installation media to load onto our deployment server –in my examples I will be using the 32bit Windows 7 SP1 DVD.
We start by adding the Windows Deployment Services role to your server – click ‘Add roles’ from server manager, select Windows deployment services, and install both of the role services. You should reboot your server after the installation of the WDS role.
(more…)