How to Manually start Sync in Azure AD connect

Hi RajKumar2946,
In February 2016 build 1.1.105.0 of Azure AD Connect was released which introduced multiple new features. The scheduler is now built into the sync engine. This means that there is no longer a separate DirectorySyncClientCmd tool.
To initiate a Delta Sync, on the DirSync server, open Windows PowerShell and run:
Start-ADSyncSyncCycle -PolicyType Delta
To initiate a Full Sync, on the DirSync server, open Windows PowerShell and run:
Start-ADSyncSyncCycle -PolicyType Initial
If you run into any issues when running the cmdlets above, please feel free to post back with the detailed errors and we will provide further assistance.
For more details, please refer to the following articles:
