exam questions

Exam AZ-800 All Questions

View all questions & answers for the AZ-800 exam

Exam AZ-800 topic 4 question 24 discussion

Actual exam question from Microsoft's AZ-800
Question #: 24
Topic #: 4
[All AZ-800 Questions]

Your network contains an Active Directory Domain Services (AD DS) forest. The forest contains three domains. Each domain contains 10 domain controllers.

You plan to store a DNS zone in a custom Active Directory partition.

You need to create the Active Directory partition for the zone. The partition must replicate to only four of the domain controllers.

What should you use?

  • A. dnscmd.exe
  • B. Active Directory Sites and Services
  • C. Set-DnsServer
  • D. New-ADObject
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Ksk08
7 months, 2 weeks ago
A is correct
upvoted 1 times
...
Krayzr
10 months, 3 weeks ago
Selected Answer: A
A. dnscmd.exe The dnscmd.exe command-line tool allows you to manage and troubleshoot DNS servers. You can use it to create a custom Active Directory partition for a DNS zone. This tool provides the flexibility to specify which domain controllers the partition should replicate to. The other options listed do not provide the same level of control over partition replication.
upvoted 2 times
...
argjend
1 year, 7 months ago
Solution: dnscmd.exe shell :"dnscmd.exe /zoneadd <ZoneName> /DSPrimary /DP /ForestReplication /AddMasters <FQDN> 10.0.1.0, 10.0.2.0 10.0.3.0 10.0.4.154" <ZoneName>: Replace this with the name of your DNS zone. <FQDN>: Replace this with the fully qualified domain name of the DNS zone. The /DSPrimary parameter specifies that the zone should be stored in a custom Active Directory partition. The /DP parameter designates the zone as domain-wide, meaning it replicates to all domain controllers in the domain. The /ForestReplication parameter specifies that the zone is replicated forest-wide. The /AddMasters parameter lists the IP addresses of the domain controllers to which the DNS zone should replicate. Replace the example IP addresses (10.0.1.... etc.) with the IP addresses of the four specific domain controllers you want to replicate to.
upvoted 4 times
...
argjend
1 year, 7 months ago
test Eliminate this comment
upvoted 2 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 ...