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
Question
Options
- AYes
- BNo
How the community answered
(28 responses)- A32% (9)
- B68% (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.