Hi,
I have been asked to create an automated process to update Active Directory user attributes with data from the Oracle HR database.
I've successfully dumped out the Oracle information to CSV format and the Active Directory to CSV. I've also managed to perform a VLOOOKUP to merge the two to make a Master file ready for the import. The issue I'm having is getting the Master CSV imported into AD so we can update certain attributes (title, EmployeeID, telephone etc.).
I know that I cannot use CSVDE and LDIFDE to amend EXISTING user accounts so I've started looking at Powershell to facilitate the import. I am still struggling to get the data import done...I've noticed that the Quest cmdlet "QAD-USER" may be able to update existing User objects in AD. Does anyone have some experience of using QAD-USER (or any other process) for importing and overwriting user account attributes in AD from a source CSV file.?