C# - Possible to use Subinacl or something else (an api maybe?) from C# code?

Posted by Svein Erik on Stack Overflow See other posts from Stack Overflow or by Svein Erik
Published on 2009-09-15T20:32:43Z Indexed on 2010/06/02 18:04 UTC
Read the original article Hit count: 365

Filed under:
|

I've created a program in C# which creates users and adds them to groups, everything is working fine. But I also want to create a "home folder", which is on another server, and the share will be like this: 81file01/users/username. And of course set the rights of the folder to the newly created AD-user. Now we're using a vb-script to do this, and this part is done with Subinacl, but is there a way to do this through my c# code?

I'm using .net 3.5 by the way :)

© Stack Overflow or respective owner

Related posts about c#

Related posts about api