Updating User's AD info based on changes from SQL HR System

  • Thread starter Thread starter parsnip
  • Start date Start date
P

parsnip

I have a very simple problem for which I can't seem to find a solution.
When an employee changes his home phone number, it is updated in our HR
system which is a basic SQL 2000 based application.

I would like every few hours to be able to update my information in AD
such that I would be able to get the employee's new phone number
updated automatically in AD.

This seems like it should be simple but short of paying $25,000 for
identity integration server I can't find any way to do this.

Any ideas?
 
Got script?

You could script this activity using ADSI/VBScript. You could also use a
CMD script leveraging ISQL and dsquery to perform the searches and updates.
 
Back
Top