Which tool should you use?

Your network contains an active directory domain named contoso.com. The domain contains a
domain controller named DCS. DCS has a server core installation of windows server 2012. You need
to uninstall Active Directory from DCS manually. Which tool should you use?

Your network contains an active directory domain named contoso.com. The domain contains a
domain controller named DCS. DCS has a server core installation of windows server 2012. You need
to uninstall Active Directory from DCS manually. Which tool should you use?

A.
The Remove-WindowsFeature cmdlet

B.
the ntdsutil.exe command

C.
the dsamain.exe command

D.
the Remove-ADComputer cmdlet



Leave a Reply 6

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

3 × two =


carlo

carlo

agree, I tested also remove-windowsfeature ad-domain-services and it works in svr2012
Correct answer is A.

JamesL

JamesL

Agreed answer is A

If you run help remove-windowsfeature at a PS prompt you will discover that it is an alias for Uninstall-WindowsFeature (see below)

PS C:\> help remove-windowsfeature

NAME
Uninstall-WindowsFeature

SYNTAX
Uninstall-WindowsFeature [-Name] [-Restart] [-IncludeManagementTools] [-Remove] [-ComputerName
] [-Credential ] [-LogPath ] [-WhatIf] [-Confirm] []

Uninstall-WindowsFeature [-Name] [-Vhd ] [-IncludeManagementTools] [-Remove] [-ComputerName
] [-Credential ] [-LogPath ] [-WhatIf] [-Confirm] []

ALIASES
Remove-WindowsFeature