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-ADDSForest
C.
Install-ADDSDomainController
D.
Install-WindowsFeature
It should be ‘B’ as its the 1st DC in a new Forest
B. since its the first dc in a new forest
so which one is it? a – new domain or b – new forest?
So B
Install-ADDSForest
Installs a new Active Directory forest configuration.
http://www.thegeekstuff.com/2014/12/install-windows-ad/
first domain controller needs answer “B”
But the question says that “The test environment does not have Active
Directory Domain Services (AD DS) installed.” SO IT MEANS THAT WE HAVE TO RUN Install-WindowsFeature AD-domain-services before we able to run Install-ADDSForest