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 Delta
For a full sync cycle (start-adsyncsynccycle full), you can use the below syntax
Start-ADSyncSyncCycle -PolicyType Initial
How to use Start-ADSyncSyncCycle
If you wish to run Start-ADSyncSyncCycle Azure PowerShell cmdlet before you start the very first thing you need to make sure of is, you have logged into the Azure AD Connect server.
Now, run the below Azure PowerShell cmdlet.
Start-ADSyncSyncCycle -PolicyType Delta
Once, you ran the above cmdlet, there might be a chance, you will get the below error and you got the below error 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 below articles
- 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. Hope this information will help you. Thanks for reading this article !!!