By Rob
I have seen and heard of people using Visual Basic to add, change, delete these, however, given that we're now in the Powershell world, that'd be my preference. So I intend to spend a little time looking at this. ...
Read More
Hello Rob,
I just performed this task with a simple one liner power shell script. All I had to do was create a csv file that listed the SAMACCOUNTNAME in one column and the EID in the other. I made that my columns had headings of samaccount name and emplieeid. You can use this script to modify just about any attribute as long as you have the correct headings. Hope this helps.
import-csv
Mike