JSI Tip 3925. How do I use Netsh.exe to authorize, unauthorize and list DHCP servers in Active Directory?

Jerold Schulman

July 23, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today


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 /?



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.

You May Also Like