There has been a problem with Get-ADUser in PowerShell core such that
Get-ADUser -Identity Richard -Properties *
Throws an error.
The problem is in .NET Core and affects a small number of properties including ProtectedFromAccidentalDeletion… Read the full text.