34,333
edits
Changes
→Authorizing DHCP Servers in Active Directory
If the DHCP server was not authorized during installation, invoke the DHCP console (''Start -> All Programs -> Administrative Tools -> DHCP''), right click on the DHCP to be authorized and select ''Authorize''. To achieve the same result from the command prompt, enter the following command:
<tt>netsh dhcp server ''serverID'' initiate auth</tt>
In the above command syntax, ''serverID'' is replaced by the IP address or full UNC name of system on which the DHCP server is installed.