How to Force sync Active Directory with Office 365 (Azure). First open powershell as Administrator and then run this command.
----------------------------------------------------------------------
Start-ADSyncSyncCycle -PolicyType Initial
----------------------------------------------------------------------
Remember to do this on the machine you have Azure AD Connect installed on.
/ adamthe_great