Create a network account from program?

  • Thread starter Thread starter Brent
  • Start date Start date
B

Brent

Hi,
We're developing a new HR Recruitment program, and I'm wondering if it is
possible to automatically create a new Windows Network profile for a new
employee? (Active Directory I think). If not through C#, maybe some sort of
batch program or even some sort of mouse recording and capture with data
inserted into the appropriate fields? Let me know your thoughts.
Thanks,
Brent
 
I don't know eith but you should look in the System.DirectoryServices
namespace and the DirectoryEntry class.
And search for tutorials on these.
(I mean, if the solution is within ActiveDirectory)
 
Back
Top