Lets look at searching for a single user $name = "NEWTON Isaac"
$ou = "OU=England,DC=Manticore,DC=org"
$dn = "cn=$name,$ou"
"`nMicrosoft"
Get-ADUser -Identity $dn |
Format-Table Name , DistinguishedName
"`nAD provider"
Get… Read the full text.