I have a windows 2003 Domain controller. I have 3 of the DC from previous installation. Now I need to remove this domain, and I think need to do some clean up with proper way, cannot just shutdown the Domain controller. This is because the Domain Controller have child domain and it getting harder to remove.
I documenting the process in here for reference.
First in windows 2003 Domain we can have 5 role in 1 server or it called FSMO role. We need to check it belongs to which server and make sure it transfered correctly to other server before it will be the last server to remove.
First to check the role server have run this command :
c:\>netdom query /domain:domain.com fsmo
Schema owner server1.domain.com
Domain role owner server2.domain.com
PDC role server1.domain.com
RID pool manager server1.domain.com
Infrastructure owner server2.domain.com
Then we need to demote the server using dcpromo command.
- Run DCPromo
- Select if this server is the last domain controller in the domain
- Enter your administrator password
- Then wait until complete
- Restart the server
- Now server will be member of the domain if not the last domain controller
0 comments:
Post a Comment