Old Domain Controllers Showing as Authorized Servers

ECB532 21 Reputation points
2021-06-22T17:32:40.91+00:00

I have 2 old domain controllers that no longer exist showing in the "Manage Authorized Servers" in "DHCP", when I try to unauthorize them I get an error that says "There is no such object on the server."

Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,044 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2021-06-23T20:09:14.373+00:00

    Try right click on ADSI Edit and click connect to. In connection settings, connection point, select or type a Distinguished Name or Naming Context. Enter CN=NetServices,CN=Services,CN=Configuration,DC=Your Domain,DC=com then click ok.

    Expand the default naming context, highlight the path in the left pane, and you should see CN=DhcpRoot on the right.

    Double click it, and then check for and edit the dhcpServers attribute to reflect the correct computers. The restart DHCP service.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    2 people found this answer helpful.
    0 comments No comments

24 additional answers

Sort by: Most helpful
  1. ECB532 21 Reputation points
    2021-06-23T20:21:18.477+00:00

    I don't have CN=DhcpRoot listed when I try that.

    0 comments No comments

  2. ECB532 21 Reputation points
    2021-06-23T20:31:59.577+00:00

    When I try to connect in ADSI Edit it comes up with the error "Operation failed. Error code; 0x202b. A referral was returned from the server. 0000202B: RefErr: DSID-0310082F, data 0, 1 access point ref 1: 'your domain.com'

    0 comments No comments

  3. ECB532 21 Reputation points
    2021-06-23T21:05:30.547+00:00

    That's what I was doing wrong, I wasn't putting our domain name in. I'm sorry. Okay now a see CN=DhcpRoot, under that I see 3 CN=domain controllers. 1 of them is the old domain controller that no longer exists, 2 of them are the current domain controllers.

    0 comments No comments

  4. ECB532 21 Reputation points
    2021-06-23T21:17:35.817+00:00

    I noticed it doesn't have our current domain controllers listed in the dhcpServers attribute, it only has the old ones. I wonder how DHCP has been working all these years with that being wrong?

    Thank you very much for your help on this issue that's been bothering me for so long!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.