AD Connect syncs occur every 30 minutes. To force a sync to occur do the following steps:

  • On the AD Server in Active Directory Module for Windows import the required module:

Import-Module ADSync

  • Run the delta sync with the command:

Start-ADSyncSyncCycle -PolicyType Delta