I'm pulling data out from AD using CSVDE. I have a row named "Managers", which gives distinguished name when pulling data. I somehow replaced that value with employee's ID. I executed and got
CN=Manager1,OU=Container,DC=DomainController
Need to replace whole thing with Manager1's employee ID. I can either do it in PowerShell or VB, if necessary.