Syncing AD User Changes to O365
Open Power Shell as admin
Run the following commands:
Enter-PSSession srv-hqexmgmt01 -Credential tii\adsync
- This connects you to the Azure AD Connect server through a power shell session using the adsync creds (pw located in Secret Server)
Start-ADSyncSyncCycle -PolicyType Delta
- This runs the delta sync which only syncs the changes
After you run the sync command, you will get this results screen: