Forum Discussion
VolTwins
Jan 25, 2024Copper Contributor
Azure sync errors - DeletingCloudOnlyObjectNotAllowed
Hello. My problem is errors in synchronization between AD - AAD. The error type is: DeletingCloudOnlyObjectNotAllowed I have already browsed threads with such a problem, but the Object GUID that ...
rastok
Jan 25, 2024Brass Contributor
It is strange that the Object GUID keeps changing on each sync cycle and makes it difficult to correlate. Have you tried to run idfix to find any issues? You can also try to run Get-AzureADUser | Where {$_.DirSyncEnabled -eq $null} | Set-MsolUser -ImmutableId “$null” just to set all immutables to $null.