Logins and User groups

  • Thread starter Thread starter Sparky
  • Start date Start date
S

Sparky

Is there any way I can create a Group from .Net code? Obviously assuming the
user is an administrator.

Cheers

Sparky
 
Look at the DirectoryServices namespace classes (and
samples in the docs), these are wrapping the ADSI COM
interfaces.

Willy.
 
Thanks for the reply Willy - any more info would be much appreciated as am
not having much help finding what I need in the help!
 
I can see Win32_Group has a Rename method - but how can I add a group?

Cheers

Sparky
 
Sure, but I need to know the domain type (AD or NT domain).

Willy.
 

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