It may become necessary to remove these settings $ou = "OU=England,DC=Manticore,DC=org"
"`nMicrosoft"
$name = "UserA"
Get-ADUser -Identity $name |
Set-ADUser -Replace @{ "msDS-SupportedEncryptionTypes" = 0 }
"`nAD provider"
… Read the full text.