Force Azure AD Sync to do a full or delta sync

Problem:

How do I force Azure AD Sync to do a full or delta sync

Solution:

Import the module:

Import-Module ADSync

Get-ADSyncScheduler

 

Sync changes:

Start-ADSyncSyncCycle -PolicyType Delta

 

Full sync:

Start-ADSyncSyncCycle -PolicyType Initial 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *