AD Connect Force synchronization
Posted On July 10, 2019
If you have an AD Connect server, you sometimes require a faster sync than the default 30 minutes. This can be done very easily by entering one Powershell command. Open a Powershell window, and load the AD Connect Sync Powershell module:
Import-Module ADSync
Once imported, you have 2 options. For a full sync, type the following command:
Start-ADSyncSyncCycle -PolicyType Initial
For just syncing the changes, type the following:
Start-ADSyncSyncCycle -PolicyType Delta