Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AZ-104 topic 1 question 9 discussion

Actual exam question from Microsoft's AZ-104
Question #: 9
Topic #: 1
[All AZ-104 Questions]

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 run the Start-ADSyncSyncCycle -PolicyType Initial PowerShell cmdlet.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Reference:
https://blog.kloud.com.au/2016/03/08/azure-ad-connect-manual-sync-cycle-with-powershell-start-adsyncsynccycle/

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
imartinez
Highly Voted 2 years, 9 months ago
Answer is B ( No ) Initial will perform a full sync and add the user account created but it will take time, Delta, will kick off a delta sync and bring only the last change, so it will be "immediately" and will fulfill the requirements.
upvoted 111 times
jackdryan
1 year, 2 months ago
A is correct.
upvoted 6 times
...
juniorccs
2 years, 3 months ago
if the delta will be bring the last changes, so it's okay here, isn't it ? the answer should be then "YES" , correct ? where am I lost here ?
upvoted 3 times
Bere
2 years, 1 month ago
In the solution of this question they say “-PolicyType Initial”. However you must use “-PolicyType Delta” to get only the change made and sync it immediately. So the answer is “No”.
upvoted 16 times
...
...
skydivex
1 year, 2 months ago
The answer is A (YES), since the question did not mention the initial sync has been already done. A is correct
upvoted 11 times
...
arunet
2 years, 2 months ago
B is the answer. https://techcommunity.microsoft.com/t5/itops-talk-blog/powershell-basics-how-to-force-azuread-connect-to-sync/ba-p/887043
upvoted 9 times
GenjamBhai
2 years ago
B is ok, delta for immediate sync, initial will take longer
upvoted 5 times
...
Etan1
9 months, 3 weeks ago
You article is correct but the answer is A Run the following command to force a complete sync but note that the length of sync time would be greatly increased. Start-ADSyncSyncCycle -PolicyType Initial
upvoted 1 times
...
...
...
maxmarco71
Highly Voted 2 years, 9 months ago
Answer is A YES delta:synchronize changes since last full synchronization Start-ADSyncSyncCycle -policy initial PS C:\Users\Administrator> Start-ADSyncSyncCycle Result ------ Success https://geekdudes.wordpress.com/2018/06/05/office-365-configuring-ad-synchronization/
upvoted 21 times
SilverFox22
2 years, 7 months ago
Yes, this technically works, but as per the question, you want the change to be immediate. If the Initial was run against a large directory, that could take some time. Instead, run a Delta to just capture the change made and sync it immediately: Start-ADSyncSyncCycle -PolicyType Delta. Thus answer is B, NO.
upvoted 49 times
mitya
2 years, 4 months ago
Immediate in this case can just mean that you don't need to wait of scheduled Sync, so to run the Initial sync should work also
upvoted 11 times
GBAU
1 year, 2 months ago
This is the problem with Microsoft exams, interpreting the meaning of a work like immediately in a question. There is no way to "replicate the user information to Azure AD immediately", every replication process takes time. I would take the immediate to mean the fastest way. We don't know the size of AD so an initial could take a long time, so a delta is the only way, so I say the answer is B No, but Microsoft...
upvoted 7 times
...
Shnash
1 year, 4 months ago
But is questions, it says needs to replicate the user information immediately. so it is pointed here for single user who recently added.
upvoted 1 times
...
...
...
...
varinder82
Most Recent 1 week, 4 days ago
Final Answer : A
upvoted 1 times
SarahMed
5 days, 12 hours ago
Hello, please when do you pass the exam?
upvoted 1 times
...
...
MCLC2021
2 weeks, 6 days ago
It could be that you have an urgent change that must be synchronized immediately, which is why you need to manually run a cycle. 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 prompt. Running a full sync cycle can be very time consuming, read the next section to read how to optimize this process. https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-sync-feature-scheduler
upvoted 1 times
...
Jobalos009
3 weeks, 3 days ago
Selected Answer: B
The answer is B. The question said "you create a new user", it suggests that the initial sync have been done.
upvoted 1 times
...
Azlank24
3 weeks, 6 days ago
Yes, the solution meets the goal. The Start-ADSyncSyncCycle -PolicyType Initial PowerShell cmdlet is used to initiate an initial synchronization cycle for Azure AD Connect, which is the successor to DirSync. This command triggers the synchronization process and replicates changes from the on-premises Active Directory to Azure AD immediately.
upvoted 1 times
...
Damina
4 weeks, 1 day ago
I have attended the Sample test from Microsoft portal, They have mentioned option A as answer
upvoted 2 times
...
tashakori
1 month ago
Yes is right
upvoted 1 times
...
18c2076
1 month, 1 week ago
Answer is: B - No. I'll explain: Please please read the reference URL posted in the solution for the question. That link TELLS YOU "This is where a nice streamlined single powershell cmdlet comes into play. Gone is the old Start-OnlineCoexistenceSync and in comes the nice new cmdlet: Start-ADSyncSyncCycle -PolicyType Delta. If we go back to my extreme example of a multi-forest AADConnect deployment there could be a VERY LONG WAIT TIME to have all objects run through a full sync because you forgot to specify policy type (DELTA)
upvoted 1 times
...
18c2076
1 month, 1 week ago
I think people are reading too far into this question. They are asking IF THE SOLUTION WILL WORK. YES. YES IT WORKS. Is it the fastest? NOPE. Delta sync is the fastest by large. Initial takes forever and syncs the entire directory. Obviously we don't want that as engineers, but the solution for using initial sync DOES work.
upvoted 2 times
...
MelKr
1 month, 2 weeks ago
Selected Answer: A
"Start-ADSyncSyncCycle -policy initial" will work, even though it may not be the best solution to accomplish the task. That is all the question is asking.
upvoted 2 times
...
gil906
2 months ago
Selected Answer: A
A is correct, Delta will work as it's just a single user.
upvoted 1 times
...
ITLearner
2 months ago
Selected Answer: B
No Start-ADSyncSyncCycle -PolicyType Initial cmdlet: This PowerShell command is specifically designed to trigger an immediate synchronization of all objects (including users) from your on-premises Active Directory to Azure AD. Hybrid coexistence: Since your environment is configured for hybrid coexistence with DirSync, any changes made in on-premises AD are automatically detected and queued for synchronization with Azure AD. Immediate replication: The -PolicyType Initial flag ensures a complete synchronization, including newly created objects, unlike the default Delta sync which only synchronizes changes since the last run. Therefore, running the Start-ADSyncSyncCycle -PolicyType Initial cmdlet will immediately replicate the newly created user account from your on-premises Active Directory to Azure AD.
upvoted 2 times
...
ITpower
2 months, 1 week ago
this question is reffering to single account user then until Start-ADsyncsynccycle -policy this command is correct when use the initial word then it is not correct so the answer is B
upvoted 1 times
...
mattpaul
2 months, 1 week ago
No is the clear choice Touch me at [email protected] for full set
upvoted 1 times
...
Saurabh_Bhargav
2 months, 2 weeks ago
A Start-ADsyncsynccycle -policy
upvoted 1 times
...
JW36
3 months ago
So which is the answer on the test? The one they give or the one you guys vote for and provide explanations as to why it's wrong ?
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...