Your network contains an Active Directory domain named contoso.com. The domain contains two
domain controllers. The domain controllers are configured as shown in the following table.
In the perimeter network, you install a new server named Server1 that runs a Server Core
Installation of Windows Server 2012 R2. You need to join Server1 to the contoso.com domain. What
should you use?

A.
The New-ADComputer cmdlet
B.
The djoin.exe command
C.
The dsadd.exe command
D.
The Add-Computer cmdlet
Shouldn’t it be C? Djoin.exe is for offline domain joins, this is an online server.
0
0
It states that the sever it’s located in a perimeter network so djoin.exe is the right answer
0
0
Actually I thing the answer is D
The Add-Computer cmdlet adds the local computer or remote computers to a domain or workgroup, or moves them from one domain to another. It also creates a domain account if the computer is added to the domain without an account.
https://technet.microsoft.com/en-us/library/hh849798.aspx
0
0
If it in a the perimeter network i am always going to assume that it is a work group server isolate from contacting the DC that is most likely in the internal zone. I will have to go with Djoin.exe
0
0
Explanation:
A: Adds specific types of objects to the directory B: Creates a new Active Directory computer.
C: Use djoin for offline join in the perimeter network . D: Add the local computer to a domain or workgroup.
http://technet.microsoft.com/en-us/library/ee617245.aspx http://technet.microsoft.com/en-us/library/ff793312
(v=ws.10).aspx http://technet.microsoft.com/en-us/library/cc753708(v=ws.10).aspx http://technet.microsoft.
com/en-us/library/hh849798.aspx
0
0