Installing and Configuring Windows Server 2012 — Question 7
Your network contains an Active Directory domain named contoso.com. The domain contains a domain controller named DC5. DC5 has a Server Core Installation of Windows Server 2012 R2.
You need to uninstall Active Directory from DC5 manually.
Which tool should you use?
Answer options
- A. The Remove-WindowsFeature cmdlet
- B. the ntdsutil.exe command
- C. the dsamain.exe command
- D. the Remove-ADComputer cmdlet
Correct answer: B
Explanation
The correct tool for manually uninstalling Active Directory from a domain controller is the ntdsutil.exe command, which provides the necessary functionality for this operation. The other options, such as the Remove-WindowsFeature cmdlet and the Remove-ADComputer cmdlet, do not specifically target the uninstallation of Active Directory, while dsamain.exe is used for a different purpose related to Active Directory database management.