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
 
Your going to need to have admin rights on the machine you want to create.
 
¤ 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)
 

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

Back
Top