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

Jerold Schulman

November 6, 2002

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

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.



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