QUESTIONS AND ANSWERS BREAKDOWN
A Windows server apprentice with domain admin rights ran the command "Install-
ADDSDomainController -InstallDNS -Domain Name practicelabs.com" to create an
additional domain controller in a test lab. He gets an error message as seen on
the below screenshot. What is the cause of this error?
PS C:\Users\Administrator.PRACTICELABS> Install-ADDSDomainController -
InstallDNS -Domain Name
Install -ADDSDomainController : The term 'Install -ADDSDomainController' is not
recognized as operable program. Check the spelling of the name, or if a path was
included, verify that the At line:1 char:1
+ Install -ADDSDomainController -InstallDNS -DomainName practicelabs.com
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFount: (install -ADDSDomainController:String) [],
Comn
+ FullyQualifiedErrorID : CommandNotFoundException
a. He must be signed-in with Configuration Admin rights to be able to create an
additional domain controller in the existing domain.
b. He must be signed-in with Schema Admin rights to be able to create an
additional domain controller in the existing domain.
c. He must be signed-in with Enterprise Admin rights to be able to create an
additional domain controller in the existing domain.
d. He must run "Install-WindowsFeature -Name AD-Domain-Services -
, IncludeManagementTools" to install the Active Directory binaries or supporting
files.
d. He must run "Install-WindowsFeature -Name AD-Domain-Services -
IncludeManagementTools" to install the Active Directory binaries or supporting files.
You are the local administrator of a standalone Windows Server 2016 computer.
The Active Directory Domain Services has been successfully installed previously
added. Which of the following cmdlet must be used to create the forest root
domain on Windows Server 2016?
a. Install-ADDSForest
b. Add-ADDSForest
c. New-ADDSForest
d. Create-ADDSForest
a. Install-ADDSForest
Two Active Directory domains in their respective forests were successfully
created. You were tasked to configure an alternate DNS server on each domain
controller of both domain forests. This is to ensure successful hostname
resolution between the two AD forests. Which of the following tools can you use?
a. Active Directory Domains and Trusts
b. Command Prompt
c. System Information
d. Computer Management
b. Command Prompt
Complete the following netsh.exe command that will configure a domain
controller to have an alternate DNS server:
netsh interface ip name=Ethernet addr=192.168.0.4 index=2.
a. add dns
b. second dns