How do I run a SQL Update Query against Active Directory using WSH/LDAP with
the source data being from a SQL Server Table?
Scenario: I have a user table in SQL Server that contains User Name and
Department Name and I want to update active directory where the user names
match, put the Department Name, ex:
update activedirectory
set ad.department name = sql.departmentname
where sql.user = ad.user