Removing a value from the url list is just the opposite of adding a value ## removes single URL
$ou = "OU=England,DC=Manticore,DC=org"
$exurl = "http://www.website3.com"
"`nMicrosoft"
$name = "UserA"
Get-ADUser -Identity $name |
Set… Read the full text.