DHCP is Down! - IronMansDaughter/Sys-255 GitHub Wiki
Steps on how to configure DHCP on a Windows member server:
Step 1:
Opening your fs01 box and logging on and then installing DHCP by typing "powershell" and then by typing the following command, "Install-WindowsFeature DHCP -IncludeManagementTools"
Step 2:
Once that's installed, then open you server manager on ad01 and click on ad01 server and then click on add server roles and features and then click remote manage and then click the down arrow twice and then you'll find the "remote management tools" ad "DHCP" - click both
Step 3:
Restart the ad01 server and then click in the right top hand corner "tools" and you'll see DHCP is now available
Step 4:
Click on DHCP and then click on IPv4 and then add scope and then in there you can fill in your info
Step 5:
Our beginning address was 10.0.5.150 and our ending address was 10.0.5.175 and then click through the next buttons until you reach where it asks for default gateway and then for this we input the address 10.0.5.2.
Step 6:
Then after you click through the rest of the steps and hit finish, then head over to your wks and open powershell and then type in the command, "ipconfig /all"
Step 7:
If the info isn't showing up still then use the next 2 commands, "ipconfig /release" and "ipconfig /renew"
Step 8:
All your info should be showing up correctly by now your DHCP server is happy.