Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam 70-413 Topic 4 Question 1 Discussion

Actual exam question for Microsoft's 70-413 exam
Question #: 1
Topic #: 4
[All 70-413 Questions]

After the planned upgrade to Windows Server 2012, you restore a user account from the Active Directory Recycle Bin.

You need to replicate the restored user account as quickly as possible.

Which cmdlets should you run?

Show Suggested Answer Hide Answer
Suggested Answer: D

* Scenario:

All of the domain controllers are global catalog servers.

The FSMO roles were not moved since the domains were deployed.

* Example: The following command replicates the user ''James'' to all the domain controllers:

Get-ADDomainController -filter * | ForEach {Sync-ADObject -object ''CN=James, OU=BusinessUsers, DC=Test, DC=Local'' -source NKAD1 -destination $_.hostname}

Note:

* The Get-ADDomainController cmdlet gets the domain controllers specified by the parameters.

You can get domain controllers by setting the Identity, Filter or Discover parameters.

* The Sync-ADObject cmdlet replicates a single object between any two domain controllers that have partitions in common. The two domain controllers do not need to be direct replication partners. It can also be used to populate passwords in a read-only domain controller (RODC) cache.


Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel