how can I update Active Directory?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Right, all I'm trying to do is update a user account in active directory
with new phone, address, etc from C#.

I can't find any samples on the net on how to do this - can anybody point me
in the right direction?

Cheers


Dan
 
Hi Dan,

How far did you get so far? Is it that you have everything working
(accessing AD, retrieving the account) but don't know the command for
updating? If that's the case, search for the setinfo method.
 
Back
Top