Windows Server 2022 - DHCP Server - Configuration
Windows Server 2022 - DHCP Server - Configuration
By the way, if your Server to install DHCP is stand-alone Server, it's OK to logon to configure with
local Administrator account, however, if your Server is in Active Directory Domain, Authorization from
AD is required to configure DHCP Server as valid Server, so logon to configure with a user that is AD
Domain user in Domain Admin group.
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
# if this computer is in AD domain, run the command below to get authorization from AD
PS C:\Users\Serverworld> Add-DhcpServerInDC -DnsName "RX-7.srv.world" -IPAddress 10.0.0.101 -Pass
Thru
IPAddress DnsName
--------- -------
10.0.0.101 rx-7.srv.world
[2] Run Server Manager and Click [DHCP] on the left menu and next, Click [More...] link which is upper-
right.