Endpoint ManagementI encountered a few errors while configuring the Microsoft Intune component to automatically join my devices.
Hybrid AD Join Error
I activated the “Configure Azure Hybrid AD Join” option from the Azure AD Connect application and then ran the “dsregcmd /status” command and saw that the AzureAD Join section was “NO”.
I reviewed the LOG using Event Viewer beforehand and didn't notice any errors that caught my eye 🙁
Then I ran the “dsregcmd /status” command again and started to examine the output in detail, the first thing that caught my eye was “timestamp”. 🙁
The error is as follows;
failed to validate timestamp in computerIdentitydata
How to Fix Hybrid AD Join Error (failed to validate timestamp)
I noticed that the time of my servers and clients in the lab environment is 10 minutes behind the real world time. Before solving the error, I wanted to check if I can view my devices in Azure Active Directory. Yes, I can see all my devices registered to the domain in Azure AD environment, but they are all in "Pending" mode.
After correcting the time information of all my devices, I ran the “Configure Azure Hybrid Ad Join” option from the Azure AD Connect application again and saw that my devices were registered to Azure AD without any problems.