At times when I attempt to move a user from Skype to Teams I have been receiving the following error:
To view account that are causing the issue you can run the following PowerShell command
Get-ADUser -SearchBase "OU HERE" -Filter * -Properties nTSecurityDescriptor | ?{ $_.nTSecurityDescriptor.AreAccessRulesProtected -eq "True" }