nerdexam
Microsoft

AZ-800 · Question #167

Case Study 3 - ADatum Corporation Overview Company Information ADatum Corporation is a manufacturing company that has a main office in Seattle and two branch offices in Los Angeles and Montreal…

The correct answer is File Server Resource Manager (FSRM). This question tests the correct sequence of ntdsutil.exe commands required to seize an FSMO (Flexible Single Master Operations) role, specifically the Schema Master, onto a new domain controller.

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

Question

Case Study 3 - ADatum Corporation Overview Company Information ADatum Corporation is a manufacturing company that has a main office in Seattle and two branch offices in Los Angeles and Montreal. Fabrikam Partnership ADatum recently partnered with 2 company named Fabrikam, Inc. Fabrikam is a manufacturing company that has a main office in Boston and a branch office in Orlando. Both companies intend to collaborate on several joint projects. Existing Environment ADatum AD DS Environment The on-premises network of ADatum contains an Active Directory Domain Services (AD DS) forest named adatum.com. The forest contains two domains named adatum.com and east.adatum.com and the domain controllers shown in the following table. Fabrikam AD DS Environment The on-premises network of Fabrikam contains an AD DS forest named fabrikam.com. The forest contains two domains named fabrikam.com and south.fabrikam.com. The fabrikam.com domain contains an organizational unit (OU) named Marketing. Server Infrastructure The adatum.com domain contains the servers shown in the following table. HyperV1 contains the virtual machines shown in the following table. All the virtual machines on HyperV1 have only the default management tools installed. SSPace1 contains the Storage Spaces virtual disks shown in the following table. Azure Resources ADatum has an Azure subscription that contains an Azure AD tenant. Azure AD Connect is configured to sync the adatum.com forest with Azure AD. The subscription contains the virtual networks shown in the following table. The subscription contains the Azure Private DNS zones shown in the following table. The subscription contains the virtual machines shown in the following table. All the servers are in a workgroup. The subscription contains a storage account named storage1 that has a file share named share1. Requirements Planned Changes ADatum plans to implement the following changes:

  • Sync Data1 to share1.
  • Configure an Azure runbook named Task1.
  • Enable Azure AD users to sign in to Server1.
  • Create an Azure DNS Private Resolver that has the following configurations:
  • Name: Private1
  • Region: West US
  • Virtual network: VNet1
  • Inbound endpoint: SubnetB
  • Enable users in the adatum.com domain to access the resources in the south.fabrikam.com

domain. Technical Requirements ADatum identifies the following technical requirements:

  • The data on SSPace1 must be available always.
  • DC2 must become the schema master if DC1 fails.
  • VM3 must be configured to enable per-folder quotas.
  • Trusts must allow access to only the required resources.
  • The users in the Marketing OU must have access to storage1.
  • Azure Automanage must be used on all supported Azure virtual machines.
  • A direct SSH session must be used to manage all the supported virtual machines on HyperV1.

Drag and Drop Question DC1 fails. You need to meet the technical requirements for the schema master. You run ntdsutil.exe. Which five commands should you run in sequence? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order? Answer:

Exhibit

AZ-800 question #167 exhibit

Answer Area

Drag items

Enhanced Storagethe SNS Server serviceFile Server Resource Manager (FSRM)Windows Standards-Based Storage Management

Correct arrangement

  • File Server Resource Manager (FSRM)

Explanation

This question tests the correct sequence of ntdsutil.exe commands required to seize an FSMO (Flexible Single Master Operations) role, specifically the Schema Master, onto a new domain controller.

Approach. The correct interaction involves dragging the commands into the 'Answer Area' in the following sequential order to successfully seize the Schema Master FSMO role using ntdsutil.exe:

  1. roles: This is the initial command within ntdsutil to enter the FSMO maintenance context, changing the prompt to fsmo maintenance:.
  2. connect: From the fsmo maintenance: prompt, this command is used to enter the connections submenu, changing the prompt to connections:.
  3. connect to server dc2.adatum.com: Within the connections: submenu, this command establishes a connection to the specified domain controller (dc2.adatum.com). This is the server where ntdsutil is being run and where the FSMO role will be seized.
  4. quit: After successfully establishing the connection, this command is used to exit the connections submenu, returning to the fsmo maintenance: prompt.
  5. seize schema master: Now, at the fsmo maintenance: prompt, this command is executed to force the transfer (seizure) of the Schema Master FSMO role from a failed or unavailable domain controller to the currently connected server (dc2.adatum.com). This is a critical step in Active Directory disaster recovery.

Common mistakes.

  • common_mistake. Common mistakes include:
  • Including metadata cleanup: metadata cleanup is a separate ntdsutil operation used to remove the metadata of a permanently decommissioned or failed domain controller from Active Directory. While often a subsequent step in a full DC removal and FSMO seizure scenario, it is not part of the direct sequence for seizing an FSMO role.
  • Incorrect order of connect and connect to server: Placing connect to server dc2.adatum.com before connect would fail because the connect to server command must be executed within the connections submenu, which is entered via the connect command.
  • Misplacing quit: Placing quit at an incorrect step would either prematurely exit a necessary context (e.g., exiting fsmo maintenance before seizing the role) or attempt to quit from a context not yet entered.
  • Skipping roles: Not starting with the roles command would prevent ntdsutil from entering the FSMO maintenance context, causing subsequent FSMO-related commands to fail.

Concept tested. The core technical concept tested is Active Directory FSMO (Flexible Single Master Operations) role management, specifically the procedure for seizing FSMO roles using the ntdsutil.exe command-line utility. This includes knowledge of the command syntax, the hierarchical structure of ntdsutil sub-contexts (e.g., fsmo maintenance, connections), and the correct sequence of operations required for disaster recovery of critical Active Directory roles.

Topics

#Active Directory Domain Services#FSMO roles#Schema Master#ntdsutil

Community Discussion

No community discussion yet for this question.

Full AZ-800 Practice