Windows server 2003 – How to remove your server from domain
Posted by aidas | Posted in Active directory, Command line, Tools, Windows 2003 | Posted on 07-05-2009
0
This post will show you how to remove you server from domain using command line tool netdom. Lets say we want to remove server named “Testserver” from domain testdomain.com. To do it open command line on your Windows server 2003 and type:
netdom remove /d:testdomain.com testserver /ud:testdomain.com\Admin /pd:Pa$$w0rd
Note that netdom is part of Windows server 2003 support tools. They can be found on your OS CD (Support\Tools directory) .
Follow us on Twitter !







