In this Azure PowerShell article, we will discuss what is Start-ADSyncSyncCycle, how to use Start-ADSyncSyncCycle, the Syntax of Start-ADSyncSyncCycle, etc.
Table of Contents
Start-ADSyncSyncCycle
It is an excellent ad sync PowerShell command that can help you to force Sync Azure AD Connect or to run a sync cycle manually.
Syntax of Start-ADSyncSyncCycle
Below is the syntax for how you can use the Start-ADSyncSyncCycle Azure PowerShell cmdlet.
For a delta sync cycle (start-adsyncsynccycle delta), you can use the below syntax
Start-ADSyncSyncCycle -PolicyType DeltaFor a full sync cycle (start-adsyncsynccycle full), you can use the below syntax
Start-ADSyncSyncCycle -PolicyType InitialHow to use Start-ADSyncSyncCycle
If you wish to run the Start-ADSyncSyncCycle Azure PowerShell cmdlet before you start, the first thing you need to ensure is that you have logged into the Azure AD Connect server.
Now, run the below Azure PowerShell cmdlet.
Start-ADSyncSyncCycle -PolicyType DeltaOnce you run the above cmdlet, there is a chance you will get the below error. If you do, then you can click on the same link to fix the issue.
The term ‘Start-ADSyncSyncCycle’ is not recognized error
Once, you have fixed the above issue, you can rerun the above Azure PowerShell cmdlet, and on the successful execution, you will get the output as “Success”.

You may also like following the articles below
- The term ‘Get-ADSyncScheduler’ is not recognized.
- The specified module ‘ADSync’ was not loaded because no valid module file was found in any module directory error
- How To Install Azure PowerShell
- How To Open Azure PowerShell
Wrapping Up
In this Azure PowerShell article, we discussed the force ad sync command in Azure PowerShell, i.e., Start-ADSyncSyncCycle, its syntax, usage, etc. I hope this information will help you. Thanks for reading this article !!!

I am Rajkishore, and I am a Microsoft Certified IT Consultant. I have over 14 years of experience in Microsoft Azure and AWS, with good experience in Azure Functions, Storage, Virtual Machines, Logic Apps, PowerShell Commands, CLI Commands, Machine Learning, AI, Azure Cognitive Services, DevOps, etc. Not only that, I do have good real-time experience in designing and developing cloud-native data integrations on Azure or AWS, etc. I hope you will learn from these practical Azure tutorials. Read more.
