nerdexam
Microsoft

AZ-800 · Question #131

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…

The correct answer is A. ntdsutil.exe. To store a DNS zone in a custom Active Directory partition with specific replication to only four domain controllers, ntdsutil.exe is the appropriate tool.

Deploy and manage Active Directory Domain Services (AD DS) in on-premises and cloud environments

Question

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?

Options

  • Antdsutil.exe
  • BActive Directory Sites and Services
  • CSet-DnsServer
  • DDNS Manager

How the community answered

(38 responses)
  • A
    71% (27)
  • B
    8% (3)
  • C
    16% (6)
  • D
    5% (2)

Why each option

To store a DNS zone in a custom Active Directory partition with specific replication to only four domain controllers, `ntdsutil.exe` is the appropriate tool.

Antdsutil.exeCorrect

`ntdsutil.exe` is the command-line utility used to create custom application directory partitions (also known as application partitions) in Active Directory. These custom partitions are ideal for hosting DNS zones, and `ntdsutil.exe` provides the functionality to define their replication scope, targeting specific domain controllers for data synchronization.

BActive Directory Sites and Services

Active Directory Sites and Services is primarily used for managing the physical topology of Active Directory and replication between sites, not for creating custom application partitions.

CSet-DnsServer

Set-DnsServer is a PowerShell cmdlet used for configuring settings on a DNS server (like forwarding or root hints), but not for creating Active Directory partitions.

DDNS Manager

DNS Manager is a graphical tool for managing DNS zones and records, but it does not provide functionality to create or manage custom Active Directory application partitions directly.

Concept tested: Creating Active Directory application partitions

Source: https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc770453(v=ws.10)

Topics

#Active Directory Application Partitions#AD DS Replication#ntdsutil#DNS Zone Storage

Community Discussion

No community discussion yet for this question.

Full AZ-800 Practice