Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
July 23, 2001
To authorize a DHCP server in Active Directory:
netsh dhcp add server
Where:
- is the DNS domain name of the DHCP server. - is the IP address the the DHCP server.
Example:
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 /?
You May Also Like