Create a user

  • Thread starter Thread starter Ruslan Shlain
  • Start date Start date
R

Ruslan Shlain

I need to create a user on a specific machine through the code. Because of
business requirements I will not be able to use AD. Any URL's or pointers on
how processed would be very helpful.

Thank you very much
 
¤ I need to create a user on a specific machine through the code. Because of
¤ business requirements I will not be able to use AD. Any URL's or pointers on
¤ how processed would be very helpful.

You do not need to use AD (LDAP) but you can still use the ADSI interface or the .NET native
System.DirectoryServices library:

http://makeashorterlink.com/?O4EE35F97

http://makeashorterlink.com/?K36F52F97


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top