Hi
here you go:
Hope this helps,
Thanks
Michael Durkan
- If the reply was helpful please upvote and/or accept as answer as this helps others in the community with similar questions. Thanks!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I am using AAD connect for synchronization. Every 30 min it is syncing. I want to do urgent syncing for some reasons. Can I do it forcefully manually syncing by powershell? If yes, please share the commands. thanks
Please help me as soon as possible
Regards
Hi
here you go:
Hope this helps,
Thanks
Michael Durkan
Thank you for posting your question in Microsoft Q&A platform.
Yes, you can initiate a sync manually using PowerShell.
You can open Windows PowerShell as administrator on the AD connect server.
Run command "Start-ADSyncSyncCycle -PolicyType Delta" if you want to run delta sync.
Run command "Start-ADSyncSyncCycle -PolicyType Initial" if you want to run full sync.
If you get an error stating above command sets are not available, then you can run command "Import-Module ADSync" to load the modult.
Let me know if you have any further questions.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.