975 pts.
 Removing computer from a Windows Server 2003 domain
How can I remove a computer from a domain without a domain user name and password? I have a local admin account.

Software/Hardware used:
ASKED: April 28, 2011  6:58 PM
UPDATED: October 22, 2011  7:26 AM

Answer Wiki:
IIRC, you can sign on as local admin, go to System Properties, Computer Name, and change from a domain connection to a workgroup (put in a dummy one if you want). You can put in a dummy username and password for the domain. It doesn't actually check.
Last Wiki Answer Submitted:  April 29, 2011  6:58 am  by  Koohiisan   4,990 pts.
All Answer Wiki Contributors:  Koohiisan   4,990 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

You will still need someone with domain admin rights to remove the actual object from AD!

 1,385 pts.

 

@IceCubbe

Do you mean from to remove the Computer object from the Active Directory Users and Computers area? True, but many times we’ve not deleted those objects even after decommissioning old computers or reformatting ones that would reuse the same computer name. It seems like we’ve only had to delete the object when wanting to reuse the same name on a different computer.

Either way, if the OP follows the direction to change to a workgroup, they will be off the domain. The computer object issue will be something for the admin to deal with as a separate issue not affecting the OP.

Other than being sloppy, is there any real danger to leaving that object present?

 4,990 pts.

 

Hi all,

TeachMeIT, You can use the following script:

NET LOCALGROUP administrators UserName /delete

change UserName with required name & use this command in batch file.

Also you can use the commnd:

net user ACCOUNTNAME /delete

Hope this helps you.
Thank you
Anil
LEPIDE

 1,125 pts.