nerdexam
Microsoft

AZ-104 · Question #468

Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your

The correct answer is B. No. If you need to manually run a sync cycle, then from PowerShell run Start-ADSyncSyncCycle - PolicyType Delta. To initiate a full sync cycle, run Start-ADSyncSyncCycle -PolicyType Initial from a PowerShell Running a full sync cycle can be very time consuming, so if you need to repl

Submitted by fatima_kr· Mar 4, 2026Manage identities and governance

Question

Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company has an Azure Active Directory (Azure AD) tenant named weyland.com that is configured for hybrid coexistence with the on-premises Active Directory domain. You have a server named DirSync1 that is configured as a DirSync server. You create a new user account in the on-premise Active Directory. You now need to replicate the user information to Azure AD immediately. Solution: You restart the NetLogon service on a domain controller. Does the solution meet the goal?

Options

  • AYes
  • BNo

How the community answered

(28 responses)
  • A
    32% (9)
  • B
    68% (19)

Explanation

If you need to manually run a sync cycle, then from PowerShell run Start-ADSyncSyncCycle - PolicyType Delta. To initiate a full sync cycle, run Start-ADSyncSyncCycle -PolicyType Initial from a PowerShell Running a full sync cycle can be very time consuming, so if you need to replicate the user information to Azure AD immediately then run Start-ADSyncSyncCycle -PolicyType Delta. https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-feature-

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice