Which tool should you use?

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?

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?

A.
The Remove-ADComputercmdlet

B.
The ntdsutil.exe command

C.
The dsamain.exe command

D.
The Remove-WindowsFeaturecmdlet

Explanation:
http://technet.microsoft.com/en-us/library/hh472163.aspx#BKMK_RemoveSM
http://technet.microsoft.com/en-us/library/cc732257.aspx#BKMK_powershell



Leave a Reply 3

Your email address will not be published. Required fields are marked *

one × four =


Apacheone

Apacheone

Just making a point here, but going on other questions Remove-WindowsFeature is 2008 and 2008 R2 only. From 2012 it was replaced by Uninstall-WindowsFeature, therefore it is either a bad question or the answer is B and you would have to use NTDSUTIL.

Wafi

Wafi

even in windows Server 2012 Remove-windopwsFeature is replaced by uninstall- windowsFeature but remove-windowsFeature still active and you can use it to remove AD DS
so Answer D is correct