Active Directory Objects

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
 
P

Paul Clement

¤ 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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top