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

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

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

Community Center | Not monitored
{count} votes

1 answer

Sort by: Most helpful
  1. Luke Murray 11,436 Reputation points MVP Volunteer Moderator
    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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.