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 dsamain.exe command

B.
The ntdsutil.exe command

C.
The Remove-ADComputercmdlet

D.
The Remove-WindowsFeaturecmdlet

Explanation:
The Remove-ADComputercmdlet removes an Active Directory computer.
Example: Remove-ADComputer -Identity “FABRIKAM-SRV4”
Remove one particular computer.
References:
http://technet.microsoft.com/en-us/library/ee662310.aspx
http://support.microsoft.com/kb/216498
http://technet.microsoft.com/en-us/library/ee617250.aspx



Leave a Reply 11

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

fourteen − 6 =


Jony

Jony

Uninstall-WindowsFeature
Uninstalls specified Windows Server roles, role services, and features from a computer that is running Windows Server 2012 R2. This cmdlet replaces Remove-WindowsFeature, the cmdlet that was used to uninstall roles, role services, and features in Windows Server 2008 R2.
https://technet.microsoft.com/en-us/library/jj205471(v=wps.630).aspx

Questions state that we need to remove ADDS no computer object from AD

AJ

AJ

In addition to Jony’s correct answer, Remove-WindowsFeature is still an alias of Uninstall-WindowsFeature and can still be used to remove, for example the ADDS role.

Answer is D.

grande

grande

So the correct answer is D?

AC

AC

Correct – the correct answer is “D”

Vietnam

Vietnam

Yup. Remove_ADcomputer would only delete computer object from AD database, but would not demote, and uninstall ADDS services and tools

Jay

Jay

This should be Remove=adcomputercmdlet because remove=adcomputercmdelt removes ad computer

qwer

qwer

A

qwer

qwer

not A. D is the right one