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.
41,893 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Luke Murray 11,246 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


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.