Dirsync Error –
The synchronization to the cloud failed and I got this email:
“On Wednesday, 09 May 2012 23:21:39 GMT, Microsoft Online Services did not register a synchronization attempt from the Microsoft Online Services Directory Synchronization tool in the last 24 hours for domain Inc.
To troubleshoot this issue, check the Applications Event Viewer of the computer on which the Directory Synchronization tool is installed.”
Solution :
In my case the password of the configuration user in Office365 was expaired .
once i change it and rerun the dirsync configuration wizard with the new password it worked .
I have also edit the user with PasswordNeverExpire PS command:
1. Open Microsoft Online Services Module for Windows PowerShell
2. run the command : Connect-MsolService
3. enter youre cloud credentials (should be a user with administrative rights in Office365)
4. run the command :
Get-MsolUser -UserPrincipalName ADMIN@DOMAIN.ONMICROSOFT.COM | Set-MsolUser -PasswordNeverExpires $TRUE

Sr. Cloud Solution Architect at Microsoft, I’m passionate about helping customers succeed by building secure, scalable, and innovative cloud solutions – with a strong focus on AI, DevOps practices, and end-to-end security. With a proven track record in the IT and services industry, I serve as a trusted advisor, partnering closely with organizations to guide them through digital transformation and maximize the value of their cloud investments. My role combines technical leadership with project ownership – from designing modern architectures to leading cross-functional implementations that drive real business outcomes. I also manage and empower strategic partners, working hand-in-hand with them to ensure project success and deliver measurable business impact for customers.








