How to Force Sync Azure AD Connect with Azure Office 365
If you have Azure AD Connector with Azure Office 365 and want to force Sync AD with Azure when you have just created a new user, start PowerShell on the server that has Azure AD Connect installed and type:
import-Module ADSync
Get-ADSyncScheduler
Start-ADSyncSyncCycle -PolicyType Delta
Leave a Reply
Want to join the discussion?Feel free to contribute!