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-ADDSDomainController

B.
Install-ADDSDomain

C.
Install-ADDSForest

D.
Install-WindowsFeature

Explanation:
Install-ADDSDomainController – Installs a domain controller in Active Directory.
Install-ADDSDomain – Installs a new Active Directory domain configuration.
Install-ADDSForest – Installs a new Active Directory forest configuration.
Install-WindowsFeature – Installs one or more Windows Server roles, role services, or features on
either the local or a specified remote server that is running Windows Server 2012 R2. This cmdlet is
equivalent to and replaces Add-WindowsFeature, the cmdlet that was used to install roles, role
services, and features.
C:\PS>Install-ADDSForest -DomainName corp.contoso.com -CreateDNSDelegation DomainMode
Win2008 – ForestMode Win 2008 R2 -DatabasePath “d:\NTDS” -SysvolPath “d:\SYSVOL” –LogPath
“e:\Logs”Installs a new forest named corp.contoso.com, creates a DNS delegation in the
contoso.com domain, sets domain functional level to Windows Server 2008 R2 and sets forest
functional level to Windows Server 2008,installs the Active Directory database and SYSVOL on the
D:\ drive, installs the log files on the E:\ drive and has the server automatically restart after AD DS
installation is complete and prompts the user to provide and confirm the Directory Services Restore
Mode (DSRM) password.



Leave a Reply 12

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

2 × three =


MCSE Guy

MCSE Guy

A

f_idiot

f_idiot

Wrong. Also, stop posting answers, there’s a Show Answer button for that.

Sofiane

Sofiane

Thank you for your intervention. MCSE Guy you drives me crazy with your answers in comments !

peanecom

peanecom

The answer must be: C

Because ADDS is installed for the first time in test environment.

Yasun Yama

Yasun Yama

50 questions in total.

About 8 new questions, around 4 new questions on Access-Based and SMB-Share and Synchronizing Work Folders With AD Users.

And, 4 questions about RODC, 2 questions about Azure and NO IPv6 questions.

All questions now are available in PassLeader 70-410 Exam Dumps (Both VCE and PDF Files Are Available Here: https://tr.im/758Ht). All Answers Have Been Corrected By PassLeader.

Good Luck!

You Go it Wrong

You Go it Wrong

C = Correct

Install-ADDSDomainController – Install additional domain controller in domain
Install-ADDSForest – Install first domain controller in new forest

In this instance you are installing a new instance of AD so you have to install the domain controller new

Read

Read

A = correct please read carefully !

You install the Active Directory Domain Services server role on Server1.
You need to configure Server1 as a domain controller. <——-

ADDSDomainController !!

IAMCorrect

IAMCorrect

You need to read carefully:
“The test environment does not have Active Directory Domain Services (AD DS) installed.”
Since this is the first domain and domain controller in the environment, you must run
>Install-ADDSForest

to install the first domain controller in the new forest

mpho SA

mpho SA

C Got it first time

Razan

Razan

Me too. Thanks to duplicate questions.

Gerard Manvussa

Gerard Manvussa

Install-WindowsFeature AD-Domain-Services – To install AD DS
Install-ADDSForest – To install first DC in new forest
Install-ADDSDomain – To install first DC in a child or tree domain
Install-ADDSDomainController – To install additional domain controller in domain