Active Directory Objects

  • Thread starter Thread starter Arne Tiedemann
  • Start date Start date
A

Arne Tiedemann

Hello NG,

I'm new in programming VB.NET and I'll create a Project to read and change Active Directory Users, Groups, and Organisational Units. I test with VisualStudio 2003 but wenn i access Users with System.DirectoryServices.DirectoryEntry I get an error when I make objUser.CommitChanges().

Can anybody tell me how to access and Change Active Directory Object with VB.NET?

Thanks at All
 
¤ Hello NG,
¤
¤ I'm new in programming VB.NET and I'll create a Project to read and change Active Directory Users, Groups, and Organisational Units. I test with VisualStudio 2003 but wenn i access Users with System.DirectoryServices.DirectoryEntry I get an error when I make objUser.CommitChanges().
¤
¤ Can anybody tell me how to access and Change Active Directory Object with VB.NET?

It would probably help to post the code where the error occurs and also identify the error message.


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Back
Top