Windows Server 2019: Install DHCP and WDS

Windows Server 2019: Install DHCP and WDS

// Set Static IP for Ethernet Adaptor

1) [Windows Server 2019] > Open Network and Internet settings > Ethernet > Network and Sharing Center > Change adapter settings > Properties (of network adaptor) > IPv4 Properties, use the following IP Address:- IP Address: 192.168.1.200 | Subnet Mask: 255.255.255.0 | Preferred DNS Server: 192.168.1.200 > Close

// Install DHCP server

2) [Windows Server 2019] > [Server Manager] > Manage > Add Roles and Features > Server Selection - Server Pool - Name: DC01.aDatum.ca | IP Address: 192.168.255.128 | Operating System: Windows Server 2019 > choose Roles: DHCP Server > Add Features > Next > (x) Restart the destination server automatically if required > Install > Complete DHCP configuration > Authorization:- (x) use the following user's credentials:- User Name: ADATUM/Administrator > Commit > Close

// (DHCP) Server Name: DC01 | IPv4 Address: 192.168.1.200
// Note: 192.168.1.255 is the broadcast IP
// Note: 192.168.1.220 to 192.168.1.240 IPs are excluded for servers

3) [Windows Server 2019] > [Server Manager] > Tools > DHCP > DHCP - DC01.aDatum.ca - (right-click) IPv4 > New Scope > Scope Name: Building 1 > IP Address Range:- Start IP Address: 192.168.1.1 | End IP Address: 192.168.1.254 > Add Exclusions and Delay:- Start IP Address: 192.168.1.220 | End IP Address: 192.168.1.240 > Lease Duration:- Limited to:- Days: 1 > Configure DHCP options - (x) Yes, I want to configure these options now > Router (Default Gateway), fill in IP Address > Domain Name and DNS Server - Parent Domain:  aDatum.com | IP Address: 192.168.1.200 > Finish >

4) [Windows Server 2019] > Windows Key + R > Run:- cmd >

// getmac - show your mac address
// (a) click on white bar of Run window - Edit - Mark > Now you can copy the
// physical mac address listed by getmac command
// Physical address: 00-0C-29-93-DD-D1 | Transport Name:
//   \Device\Tcpip_{DCE4548F-24AC-446D-8D6D-06A96E1A5329}
// (b) To copy, Edit - right-click copy

C:\Users\Adminstrator\getmac

5) [Windows Server 2019] > [Server Manager] > Tools > DHCP > DHCP - DC01.aDatum.ca - IPv4 - Scope [192.168.1.0] Building 1 - (right-click) Reservations > New Reservation > Reservation Name: DC01 | IP Address: 192.168.1.200 | MAC Address: 00-0C-29-93-DD-D1 > Add >

// Install WDS 

A)  [Windows Server 2019] > [Server Manager] > Manage > Add Roles and Features > Server Selection - Server Pool - Name: DC01.aDatum.ca | IP Address: 192.168.1.200 | Operating System: Windows Server 2019 > Server Roles - (x) Windows Deployment Services > Add Features > under WDS - Role Services, select (x) Deployment Server | (x) Transport Server > Install

// If you choose (under Install Options) Standalone Server, you'll need
// to select DHCP - DC01.aDatum.ca - IPv4 - Scope [192.168.1.0] Building 1 -
// (right-click) Scope Options > Configure Options >
//  Available Options:-  (x) 066 Boot Server Host Name

//                               |  (x) 067 Bootfile Name

// (x) Respond to all client computers (known and unknown) option
// is used to make unattended deployment


B) [Windows Server 2019] > [Server Manager] > Tools > Windows Deployment Services > Windows Deployment Services - Servers - (right-click) DC01.aDatum.ca > Configure Server > Install Options - (x) Integrated with Active Directory > under Remote Installation Folder Location, Path:- D:\RemoteInstall  ( // Keep the Deployment share & Remote Installation drive on the same Drive ) > under PXE Server Initial Settings, Select one of the following options:- (x) Respond to all client computers (known and unknown) >

// D:\Source is where the mounted Windows ISO file is located

C)  i) Windows Deployment Services - Servers - DC01.aDatum.ca - (right-click) Install Images > Image Group - (x) Create an Image Group named: Windows 10 > File Location: D:\sources\install.wim >

// D:\Source is where the mounted Windows ISO file is located

C)  ii) Windows Deployment Services - Servers - DC01.aDatum.ca - (right-click) Boot Images > Add Boot Image > File Location: D:\sources\boot.wim >
Image Metdata - Image Name: Windows 10 | Image Description: Windows 10 >

C)  iii) Windows Deployment Services - Servers - (right-click) DC01.aDatum.ca >
All Tasks > Start




Comments