In an isolated test environment, you deploy a server named Server1 that runs a Server Core
Installation of Windows Server 2012 R2. The test environment does not have Active
Directory Domain Services (AD DS) installed.
You install the Active Directory Domain Services server role on Server1.
You need to configure Server1 as a domain controller.
Which cmdlet should you run?

A.
Install-ADDSDomain
B.
Install-ADDSDomainController
C.
Install-WindowsFeature
D.
Install-ADDSForest
D
0
0
Wouldn’t it be B
https://technet.microsoft.com/en-us/library/hh974723(v=wps.630).aspx
0
0
I think you are right!
0
0
https://technet.microsoft.com/en-us/library/hh974720%28v=wps.630%29.aspx
This is what the ADDSForest does. It says it installs a new Active Directory forest configuration. And that is not the question.
0
0
What you are missing the part that says “The test environment does not have Active
Directory Domain Services (AD DS) installed.” You can’t install a domain controller if there is no domain as it wants to know the domain when you install a domain controller. So you first have to create the forest and root domain, which will also make Server1 a domain controller in the process.So the correct answer is actually D
0
0
I should further clarify that just because the AD DS server role has been installed DOESN’T mean that the domain has been created yet.
0
0
That’s correct bob….we need a domain/forest first and then we can add a domain controller
0
0