To authorize a DHCP server via CMD
To authorize a DHCP server in Active Directory:
netsh dhcp add server
Where:
Example:- is the DNS domain name of the DHCP server. - is the IP address the the DHCP server.
netsh dhcp add server jsi001.jsiinc.com 216.144.1.25
To unauthorize a DHCP server in Active Directory:
netsh dhcp delete server
To list the authorized DHCP servers in the Active Directory:
Netsh dhcp show server
For additional help:
netsh dhcp add /?
netsh dhcp show /?
netsh dhcp delete /?
0 Response to "To authorize a DHCP server via CMD"
Post a Comment