Skip navigation

JSI Tip 5924. You cannot delete a demoted domain controllers computer account from Active Directory?

After demoting a domain controller, you cannot remove its' computer account from Active Directory? You receive:

Error: DSA object cannot be deleted.

If you ran dcpromo to demote the domain controller, or you used ntdsutil to clean up a failed domain controller's metadata and removed the account from Active Directory Sites and Services, you may be unable to delete the account because the UserAccountControl is set to 8192 - SERVER_TRUST_ACCOUNT.

Try changing the UserAccountControl to 4096 - WORKSTATION_TRUST_ACCOUNT:

  1. Use Start / Run / ADSIEdit.msc / OK.
  2. Expand Domain NC, expand dc=domain,dc=com, and expand ou=domain controllers.
  3. Right-click the computer name of the domain controller, and then press Properties.
  4. On the Attributes tab, select Both in the Select which properties to view box.
  5. In the Select a property to view box, select UserAccountControl.
  6. Under Attribute Value, view the value.
  7. Type 4096 in the Edit Attribute box.
  8. Press the Set button.
  9. Press Apply and OK. Exit ADSI Edit.

NOTE: See tip 5890 and links.



Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish