nerdexam
Microsoft

AZ-800 · Question #177

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 D. ntdsutil.exe. To create a custom Active Directory partition for a DNS zone that replicates only to a specific subset of domain controllers, the ntdsutil.exe command-line tool should be used.

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

  • AWindows Admin Center
  • BSet-DnsServer
  • CNew-ADObject
  • Dntdsutil.exe

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    3% (1)
  • C
    10% (3)
  • D
    80% (24)

Why each option

To create a custom Active Directory partition for a DNS zone that replicates only to a specific subset of domain controllers, the ntdsutil.exe command-line tool should be used.

AWindows Admin Center

Windows Admin Center is a graphical management tool that simplifies many AD DS tasks, but it may not offer the granular control needed to configure custom replication scopes for specific application partitions.

BSet-DnsServer

Set-DnsServer is a PowerShell cmdlet used for configuring DNS server settings, not for creating or managing Active Directory partitions.

CNew-ADObject

New-ADObject is a PowerShell cmdlet used to create generic Active Directory objects, but it does not have the specific functionality to create an application directory partition with custom replication settings as required.

Dntdsutil.exeCorrect

ntdsutil.exe is a powerful command-line tool used for managing Active Directory Domain Services, including the creation, deletion, and management of application directory partitions. It allows administrators to define custom replication scopes for these partitions, enabling replication to a specified subset of domain controllers, which aligns with the requirement to replicate to only four domain controllers.

Concept tested: Creating custom Active Directory application partitions and replication scope

Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/ad-cmdlets/ntdsutil

Topics

#Active Directory#DNS Integration#Application Partitions#ntdsutil#Replication Scope

Community Discussion

No community discussion yet for this question.

Full AZ-800 Practice