Hi so this took me suprisingly a few hours to solve. The reason for that is because the Azure Active Directory Connect tool is a new tool that replaces the old Dir Sync tool used to sync AD to Office 365. So i am making a short post for myself and for you the user to refer too.
Basically these are the steps to force a sync.
- Logon to the server that is running your Azure Active Directory Connect software.
- Open Powershell as administrator.
- Run this command: Start-ADSyncSyncCycle -PolicyType Delta
- Also run this command if you’ve for example made changes to filtering and want a complete update of everything both up and down: Start-ADSyncSyncCycle -PolicyType Initial
THAT’S IT!
Now log on to your Office 365 Portal and check the Active Users page to see your changes being uploaded.
Leave a Comment
You must be logged in to post a comment.