To quickly force a sync up to O365 (for things such as licencing) you can perform the below steps:
Step-by-step guide
- Open Active Directory as _a
- Change the domain controller to DC1
- Make your change (Group membership, email address etc)
- Log into DCUTIL2
Launch Powershell and run the following command:
Start-ADSyncSyncCycle -PolicyType Delta
Wait a few mins and confirm your changes in the O365 Admin console
Related articles