These two will do it in the current version as of this writing:
Import-Module ADSync Start-ADSyncSyncCycle -PolicyType Initial
The above is a full sync, necessary in a minority of circumstances. A delta sync is as follows:
Import-Module ADSync Start-ADSyncSyncCycle -PolicyType Delta