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, 4 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 103 times
ServerBrain
2 months, 1 week ago
Correct. Key word is 'immediately', and this refers to a single user that has been created.
upvoted 3 times
...
RickySmith
3 months, 2 weeks ago
https://lazyadmin.nl/it/force-azure-ad-sync-delta/ Delta Sync only the latest changes Initial Full sync – only needed when changing Azure AD Connect configuration Syncing for a new user is not changing Azure AD Connect Configuration. To have hybrid setup, Intial would already have been done, so Delta is all that is required.
upvoted 1 times
...
skydivex
9 months, 4 weeks ago
The answer is A (YES), since the question did not mention the initial sync has been already done. A is correct
upvoted 10 times
...
jackdryan
9 months, 1 week ago
A is correct.
upvoted 5 times
...
...
maxmarco71
Highly Voted 2 years, 4 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 19 times
SilverFox22
2 years, 2 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 48 times
mitya
2 years 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
9 months, 3 weeks 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 5 times
...
Shnash
1 year 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
...
...
...
...
Matheusinho
Most Recent 1 day, 5 hours ago
Selected Answer: A
Although the Full sync is more time-consuming than the Delta sync, it will kick off the sync anyway, therefore my answer is A. https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-sync-feature-scheduler#full-sync-cycle
upvoted 1 times
...
PrepaCertif
1 week, 2 days ago
It's a set of 3 questions, necessarily one of them is correct. I think it's this one. So my answer is A.
upvoted 2 times
...
ef094b65596c14
1 week, 6 days ago
B. No, the solution does not meet the goal. The correct approach would be to use Start-ADSyncSyncCycle -PolicyType Delta to immediately replicate the new user information to Azure AD.
upvoted 1 times
...
XavierG
2 weeks, 2 days ago
Answer is B. Key Word "Immediately" 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. Source: https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-sync-feature-scheduler
upvoted 1 times
...
go4adil
2 weeks, 3 days ago
Answer is B (No) 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. Above text is quoted from MS Learn https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-sync-feature-scheduler
upvoted 1 times
...
AD_Dude
3 weeks, 3 days ago
Selected Answer: B
B is the Correct answer. Start-ADSyncSyncCycle -PolicyType Delta is the right command. Initial - force a complete sync but note that the length of sync time would be greatly increased. Delta - initialize the AzureAD Sync immediately
upvoted 1 times
...
Grodaz0
3 weeks, 6 days ago
The answer is No: For a delta sync cycle (start-adsyncsynccycle delta), you can use the below syntax Start-ADSyncSyncCycle -PolicyType Delta For a full sync cycle (start-adsyncsynccycle full), you can use the below syntax Start-ADSyncSyncCycle -PolicyType Initial
upvoted 2 times
...
mattpaul
1 month, 1 week ago
I passed with these questions and many friends passed too, if you want real exam questions, contact me on [email protected]
upvoted 1 times
...
mattpaul
1 month, 2 weeks ago
I passed with these questions and many friends passed too, if you want real exam questions for twenty only, contact me on [email protected]
upvoted 1 times
...
Kopf
1 month, 2 weeks ago
if anyone is going to buy a contributor access kindly get to know that i am also planning and we can share the bill (Ex. if 5 people one account 5-7 dollars each).
upvoted 1 times
...
mattpaul
1 month, 2 weeks ago
pass in the first attempt with real questions, contact me [email protected]
upvoted 2 times
...
Yuraq
1 month, 3 weeks ago
B 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/azure/active-directory/hybrid/connect/how-to-connect-sync-feature-scheduler
upvoted 2 times
...
pal40sg
1 month, 3 weeks ago
Selected Answer: A
Start-ADSyncSyncCycle -policy initial
upvoted 1 times
...
F_Ahmad
1 month, 3 weeks ago
Answer is A https://learn.microsoft.com/en-us/azure/active-directory/hybrid/connect/how-to-connect-sync-feature-scheduler
upvoted 1 times
...
ExamTopics1_EIS
2 months, 1 week ago
Start-ADSyncSyncCycle -PolicyType Delta is the correct answer for a single addition. Initial would work too, but take a long time in a large company, Especially if Users, groups and devices are syncing. I am sure the question has been updated by now.
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 ...