Which cmdlet should you use?

Note: This Question is part of series of question that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in the series. Information and detailed provided in a question apply only to that question.
You network contains one Active Directory domain named contoso.com. The forest functional level is Windows Server 2012. All servers run Windows Server 2012 R2. All client computer run Windows 8.1.
The domain contains 10 domain controllers and a read-only domain controller (RODC) named RODC01. All domain controllers and RODCs are hosted on a Hyper-V host that runs Windows Server 2012 R2.
You need to identify which domain controller must be online when cloning a domain controller.
Which cmdlet should you use?

Note: This Question is part of series of question that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in the series. Information and detailed provided in a question apply only to that question.
You network contains one Active Directory domain named contoso.com. The forest functional level is Windows Server 2012. All servers run Windows Server 2012 R2. All client computer run Windows 8.1.
The domain contains 10 domain controllers and a read-only domain controller (RODC) named RODC01. All domain controllers and RODCs are hosted on a Hyper-V host that runs Windows Server 2012 R2.
You need to identify which domain controller must be online when cloning a domain controller.
Which cmdlet should you use?

A.
Get-ADGroupMember

B.
Get-ADDomainControllerPasswordReplicationPolicy

C.
Get-ADDomainControllerPasswordReplicationPolicyUsage

D.
Get-ADDomain

E.
Get-ADOptionalFeature

F.
Get-ADAccountAuthorizationGroup

G.
Get-ADAuthenticationPolicySlio

H.
Get-ADAuthenticationPolicy



Leave a Reply 9

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


nice

nice

I think that the right answer is D.
Get-ADDomain get also info about PDCEmulator

dkaro

dkaro

Yes. If you want to clone a DC, the PDC emulator have to be online. To get which DC is the PDC emulator run
Get-ADDomain ps command.
Tested.

Jeroen

Jeroen

The answer is D.

The full command to show which server hosts the PDCEmulator role would be: Get-ADDomain | Select-Object PDCEmulator

Gany

Gany

I think the answer is: A. Get-ADGroupMember

Get-ADGroupMember will verify that the Cloneable Domain Controllers group contains the source DC.
Example:
Get-ADGroupMember -Identity “Cloneable Domain Controllers”

dj

dj

reread the question. it’s asking which dc needs to be online when cloning a DC. the PDC emulator needs to be online, so the answer is D. get-adgroupmember -identity “cloneable domain controllers” just shows you what DCs are authorized to be cloned.

haqqani

haqqani

Answer is D

In the question clearly mention that which domain controller must be online when cloning a domain controller.That means PDC emulator must be available during cloning operation