Active Directory DHCP Authorisation Issues
So you just deleted a DHCP server in your Active Directory site and can't authorise a new one? Yeah... Stupid.
A client of mine recently deleted a Windows Server running DHCP and couldn't authorise the new server of the same name.
This is because the client did not Unauthorise the server beforehand. Possibly because the server hardware was dead.
You could get error
The specified servers are already present in the Directory Service
Or this error
DHCP Server not authorized:
Error:
Event ID: 1051
Source: DHCPServer
The DHCP/BINL service has determined that it is not authorized to service clients on this network for the Windows domain: Your_Domain_Name.Domain_Root
Here's a fool proof, yet risky method of sorting the issue out.
- Open Active Directory Sites and Services.
- Click Services, and then click Net Services. If you can't see Services, click to select Show Services Node on the View menu.
- In the right pane, right-click the name of the DHCP servers that you cannot add to Active Directory, and then click Delete.
- Force replication of Active Directory to the other sites, or wait for the replication cycle to be completed.
Now break out AdsiEdit, my favourite tool.
- Run AdsiEdit (You may need to install the Windows 2003 Server Support Tools if you're an AdsiEdit virgin).
- Its best practise to run it on a Global Catalog server.
- Expand Configuration, expand CN=Configuration, expand CN=Services, and then click CN=NetServices.
- Right-click CN=Your_DHCP_Root, and then click Properties.
- In the Select a property to view list, click DHCPServers.
- In the Values list, click the name of the new DHCP server, click Remove, and then click OK.
- Click CN=NetServices, right-click the entry for the new DHCP server, and then click Delete.
- Force replication of Active Directory to the other sites, or wait for the replication cycle to be completed.
- Reboot the new server. Yeah - you have to reboot.
- Attempt to authorise the server again.
Related posts
- [Snippet] Forcing Replication Between Domain Controllers
...because some people still don't know! Open Active Directory Sites and Services. In the console... - [Snippet] Event ID 1056 Source Dhcp Server
Got the error The DHCP service has detected that it is running on a DC... - NTLM Authentication (Active Directory) on Apache (Linux)
Here is a quick guide to enabling NTLM authentication for Apache 2. I generally use... - Super simple Active Directory with Samba
I needed a super simple, straight forward way of installing samba on Ubuntu and joining... - How can I specify the Global Catalog (GC) that I want my Microsoft Exchange Server system to use?
If you want to force the Exchange server to use a specific GC instead of...


