DHCP and DNS Roles

Learn how to deploy and manage DHCP and DNS roles on Windows Server 2022 to provide core network infrastructure services.

DHCP and DNS Roles in Windows Server 2022

Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) are the backbone of any enterprise network. Without them, clients cannot obtain IP addresses or resolve hostnames to communicate on the network.

In this module, you will learn how to install, configure, and manage both roles in Windows Server 2022.

Installing DHCP and DNS Roles

You can install these roles using either the Server Manager GUI or PowerShell.

Configuring a DHCP Scope

Once DHCP is installed, you need to authorize the server (if in an Active Directory domain) and create a scope to hand out IP addresses.

Creating a DNS Primary Zone and A Record

DNS is required for Active Directory to function correctly, but you may also need to manually create forward lookup zones and records.

Checking Status

You can verify DHCP leases and DNS records easily.