
 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 18/10/2007 23:45:37 Date: Thu, 18 Oct 2007 15:45:37 +0800
I'd use VBScript with WMI for this.
"DY" <DY@discussions.microsoft.com> wrote in message news:D2643EB0-ECF2-482C-930B-71AF3AFF1D86@microsoft.com... > Posted this in the AD thread but not sure if they can help. > > I want to trigger an updated email address from an SQL 2000 database into > AD. I am able to get the SELECT query to work but can't find any > information > on updating. Currently using query as follows: > select * FROM openquery(ADSI, 'select displayName,mail FROM > ''LDAP://servername'' WHERE displayName=''username'' ') > > This displays the user and their email address, but how do I dynamically > update? > > Thanks!
|