Your network contains an Active Directory forest named contoso.com. The forest contains a single domain and 10 domain controllers. All of the domain controllers run Windows Server 2008 R2 Service Pack 1 (SP1).
The forest contains an application directory partition named dc=app1, dc=contoso,dc=com. A domain controller named DC1 has a copy of the application directory partition.
You need to configure a domain controller named DC2 to receive a copy of dc=app1, dc=contoso,dc=corn.
Which tool should you use?
A.
Active Directory Sites and Services
B.
Dsmod
C.
Dcpromo
D.
Dsmgmt
Explanation:
Please Check AnswerI don’t think this is Dsmod. It is most likely Dcpromo.
Dsmod — Modifies an existing object of a specific type in the directory.
Answer shall be dcpromo
ApplicationPartitionsToReplicate:””
Specifies the application directory partitions that dcpromo will replicate. Use the following format:
“partition1” “partition2” “partitionN”
Use * to replicate all application directory partitions.
answer is DCPROMO
I don’t see how dcpromo can replicate ADP’s, that’s not what it’s for, please explain your answer if you would and show proof!
the domain has been created already sooo!!!
This question looks all wrong – there must be an answer called: DnsCMD
this dumps sometimes are soooooo wrong.
http://support.microsoft.com/kb/884116
Correct answer is Dcpromo . Reason why is because you need to configure a new Domain Controller named DC2 to recieve a copy of the app partition.Only Active directory Intergrated Domains have app partition ,so when you create the new domain it will recieve the partition
no offense, but in the task they never mention anything about NEW domain controller. Anyway there is nothing else to choose from these answers so I guess you’re right.
Thanks!
I think you could use dsmgmt or ntdsutil
add nc replica %s1 %s2
Adds the Active Directory domain controller or AD LDS instance with full Domain Name System (DNS) name %s2 to the replica set for the application directory partition with distinguished name %s1. If you specify “NULL” for %s2, then this command uses the currently connected Active Directory domain controller or AD LDS instance.
so, it should be D.
http://technet.microsoft.com/en-us/library/cc730970%28v=WS.10%29.aspx
also: create nc %s1 %s2
is used to create the application partition on DC2
and it is a dsmgmt subcommand
Dcpromo is correct answer.
You can use with parameter “ApplicationPartitionsToReplicate” and then put partition name like partition1, partition2 ….
rer:
http://technet.microsoft.com/en-us/library/cc732887.aspx
The correct answer is: Dsmgmt.exe . There you have the option Partition Management