Forum Discussion
synctime
- Jun 21, 2018
The default sync frequency is 30 minutes, I assume you are using the latest Azure AD connect on premise. You can change this or even run a forced delta sync.
To change the default sync interval, on the server running AAD Connect
Import-Module ADSync
and then to view current config
Get-ADSyncScheduler
to customize the sync schedule:
Set-ADSyncScheduler -CustomizedSyncCycleInterval d.HH:mm:ss
to force a Delta sync after you changed something on on-prem AD
Start-ADSyncSyncCycle -PolicyType Delta
More on this documented here:
https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnectsync-feature-scheduler
- Rising FlightJun 21, 2018Brass Contributor
Hi experts i am new to Azure AD, is there GUI interface to access Azure AD, if so could you plz help me with the url
- Jun 21, 2018