Configuring Windows DHCP Server - adaley0518/Tech_Journal GitHub Wiki
In the Server Manager:
- In the AD DS server, add the DHCP server tools
    
- Features –> Remote Server Administration Tools –> Role Administration Tools –> DHCP Server Tools –> install
 
 - Add roles and features and install DHCP server on the fs01
 - In the fs01, go to the DHCP manager
 - Add a new scope (the configuration)
    
- Action –> new scope
 - Name: amber.local –> next
 - Range: 10.0.5.100 - 10.0.5.150 Length: 24 Subnet mask: 255.255.255.0
 - next on the exclusion and delay
 - next on the lease duration
 - Yes, I want to configure these options now
 - Gateway: 10.0.5.2
 - DNS: 10.0.5.6
 - Activate
 
 - go to wks01 and change IPv4 to automatic and should be connected to the domain again