I have an AD that is populated with login codes, that are associated to a person. Well, I would like to add some information, like:
name
last name
phone number
member of groups.
All this information is in a csv file, and I just want to compare the code to the code of csv, if it exists, add fields, if not, create the new user and add its fields. Is it possible to write a script like this?