exam questions

Exam 70-413 All Questions

View all questions & answers for the 70-413 exam

Exam 70-413 topic 1 question 34 discussion

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

Your network contains an Active Directory forest named contoso.com. The forest contains five domains. You need to ensure that the CountryCode attribute is replicated to the global catalog.
What should you do?

  • A. Modify the schema partition.
  • B. Create and modify an application partition.
  • C. Modify the configuration partition.
  • D. Modify the domain partitions.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Directory Partition Subtrees -
Every domain controller contains the following three directory partitions:
✑ Schema
Contains the Schema container, which stores class and attribute definitions for all existing and possible Active Directory objects in cn=schema,cn=configuration,dc= forestRootDomain . Updates to this container are replicated to all domain controllers in the forest. You can view the contents of the Schema container in the Active Directory Schema console.
✑ Configuration
✑ Domain
After an attribute Schema object is created, marking an additional attribute to replicate to the Global Catalog causes a full replication (also known as a "full sync") of all objects to the Global Catalog.
Reference:
How to Modify Attributes That Replicate to the Global Catalog https://support.microsoft.com/en-us/kb/248717

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
gnarly
5 years, 2 months ago
From the MSDN article (see link below) you can see, that the countryCode attribute is not within the global catalog (“in global catalog: false”). So you first need to install the AD schema snap-in; ensure you are a member of the Schema Admin group. Then follow the description provided by Stefma. Description of the countryCode attribute: https://msdn.microsoft.com/en-us/library/windows/desktop/ms675466(v=vs.85).aspx How to install the Active Directory Schema Snap-In: https://technet.microsoft.com/en-us/library/cc732110.aspx How to modify attributes that replicate to the global catalog: https://support.microsoft.com/en-us/kb/248717
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...