46,241 questions
@Javaji Prasad (MINDTREE LIMITED)
You could create a scheduled task that runs a PowerShell script:
Start-ADSyncSyncCycle -PolicyType Initial
Take a look at: Azure AD Connect sync: Scheduler
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Azure AD Connect - Want to add a scheduled Full sync once monthly using task scheduler
@Javaji Prasad (MINDTREE LIMITED)
You could create a scheduled task that runs a PowerShell script:
Start-ADSyncSyncCycle -PolicyType Initial
Take a look at: Azure AD Connect sync: Scheduler