Install DHCP Server On Windows Server 2016 Using PowerShell

In this article, I’ll show you how I Install Windows DHCP Server on Windows Server 2016 using PowerShell.

The reason I have written this article Is because Windows Deployment Server needs a DHCP Server as a minimum requirement.

To get started, I open PowerShell Console and type the cmdlet below:

Add-WindowsFeature DHCP

Once the DHCP role Is Install I’ll use the cmdlet below to Install DHCP Management Tools

To Install DHCP Management tools use:

Add-WindowsFeature RSAT-DHCP
Import-Module dhcpserver

The cmdlet below will show you all the available cmdlet

Get-Command -Module dhcpserver

To update the help file for the module, check the article below:


Posted

in

by