IT STORYs

Domain Controller Server 수동 삭제 가이드 본문

Windows Server

Domain Controller Server 수동 삭제 가이드

295~ 2019. 10. 24. 08:39

DC 삭제 시 알수 없는 이유로 (예를 들면, dcpromo 실행 시 오류가 발생된다거나) DC 제거가 안될 경우

수동으로 삭제 하는 가이드 입니다.

 

Certain situations, such as server crash or failure of the DCPROMO option, require manual removal of the DC from the system by cleaning up the servers metadata. The following detailed steps will help you accomplish this:

  1. Log in to DC server as Domain/Enterprise administrator and navigate to Server Manager > Tools > Active Directory Users and Computers
     
  2. Expand the Domain > Domain Controllers 

3. Right click on the Domain Controller you need to manually remove and click Delete

4.  Click Yes to confirm within the Active Directory Domain Services dialog box
 

5. In next dialog box, select This Domain Controller is permanently offline and can no longer be demoted using the Active Directory Domain Services Installation Wizard (DCPROMO) and click Delete 

 

6. If the domain controller is global catalog server, in next window click Yes to continue with deletion

 

7. If the domain controller holds any FSMO roles in next window, click Ok to move them to the domain controller which is available

 

  1. Go to Server manager > Tools > Active Directory Sites and Services
     
  2. Expand the Sites and go to the server which need to remove
     
  3. Right click on the server you which to remove and click Delete 
     

       4. Click Yes to confirm

  1. Right Click on Start > Command Prompt (admin)
     
  2. Type ntdsutil and enter

3. You are then presented with the metadata cleanup prompt

4. Next type remove selected server <servername>
NOTE: Replace <servername> with domain Controller server you wish to remove

5. Click Yes to proceed when presented with the warning window 

 

6. Execute the quit command twice to exit out of the console

Comments