Azure AD Connect - Want to add a scheduled Full sync once monthly using task scheduler

Javaji Prasad (MINDTREE LIMITED) 0 Reputation points Microsoft Vendor
2023-07-25T23:42:29.2233333+00:00

Azure AD Connect - Want to add a scheduled Full sync once monthly using task scheduler

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,798 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Luke Murray 10,896 Reputation points MVP
    2023-07-26T01:37:16.0333333+00:00

    @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