Hello community.
I set up AzureAD Connect and AAD Connect Health service on my premise server, and its works fine. Sync works fine, and i have some sync errors, but i saw it in aad admin console.
Then i added second server, with AAD Connect in staging mode, configure it like on first server and after i install health service on seconds server. After that there is warning text in Azure Active Directory Connect Health | Sync errors, that latest data is not avaliable.
What i already tried:
I reinstall AADCH on first server
I runned that commandlet below
on first (main) server:
Register-AzureADConnectHealthSyncAgent -AttributeFiltering $false -StagingMode $false
and on seconds (staging) server:
Register-AzureADConnectHealthSyncAgent -AttributeFiltering $false -StagingMode $true
On both server test connectivity tell that all ok:
Test-AzureADConnectHealthConnectivity -ShowResult -Role Sync
Test-AzureADConnectHealthConnectivity completed successfully... (3/3)
Sync works as should, but i want to get back my sync errors information.
Please, help.