Answered by:
Upsert the data from CSV into Active Directory

Question
-
I receive a CSV of users with some details. I need to use that CSV to update my active directory. Also, add a new unique field(comes as part of csv) to active directory which I will use to uniquely identify the records for later updates or insert a new ad record if doesn't exist.
thanks in advance.
- Edited by vishsql Thursday, February 20, 2020 9:16 PM
Thursday, February 20, 2020 9:16 PM
Answers
-
You would have to change the schema of AD to add a custom attribute. That is not don with a script it is done using the ADSI schema editor.
\_(ツ)_/
- Marked as answer by vishsql Sunday, February 23, 2020 8:31 AM
Thursday, February 20, 2020 9:56 PM
All replies
-
Are you asking a question or just telling us what you are doing?
Note that we do not supply scripts on request. See the Gallery for pre-written scripts.
\_(ツ)_/
Thursday, February 20, 2020 9:25 PM -
sorry, if it was not clear. I am asking how to add additional attribute as a unique field and use that attribute for later updates and inserts. hope it is clear. thank you.
- Edited by vishsql Thursday, February 20, 2020 9:46 PM
Thursday, February 20, 2020 9:46 PM -
You would have to change the schema of AD to add a custom attribute. That is not don with a script it is done using the ADSI schema editor.
\_(ツ)_/
- Marked as answer by vishsql Sunday, February 23, 2020 8:31 AM
Thursday, February 20, 2020 9:56 PM -