Final act is to remove all values from the list $ou = "OU=England,DC=Manticore,DC=org"
"`nMicrosoft"
$name = "UserA"
Get-ADUser -Identity $name |
Set-ADUser -Clear url
"`nAD provider"
$name = "UserB"
$dn = "cn=$name,$ou"
… Read the full text.