Which cmdlet should you run?

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?

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



Leave a Reply 6

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


mina

mina

It should be ‘B’ as its the 1st DC in a new Forest

Jim

Jim

B. since its the first dc in a new forest

Moshe

Moshe

so which one is it? a – new domain or b – new forest?

pancake

pancake

So B

Install-ADDSForest
Installs a new Active Directory forest configuration.

Dmitriy

Dmitriy

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